Skip to content

Commit

Permalink
Add html root URL
Browse files Browse the repository at this point in the history
Checks off part of list in issue #2.
  • Loading branch information
nvzqz committed Apr 3, 2018
1 parent 59279d7 commit b2c024a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions hexe/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
//! [`hexe_core`]: https://docs.rs/hexe_core
//! [`prelude`]: prelude/index.html
#![doc(html_root_url = "https://docs.rs/hexe/0.0.4")]
#![doc(html_logo_url = "https://raw.githubusercontent.com/hexe-rs/Hexe/assets/Icon.png")]

// Lints ///////////////////////////////////////////////////////////////////////
Expand Down
1 change: 1 addition & 0 deletions hexe_core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
//! [hexe]: https://docs.rs/hexe/0.0.4/hexe/
//! [crate]: https://crates.io/crates/hexe_core
#![doc(html_root_url = "https://docs.rs/hexe_core/0.0.4")]
#![doc(html_logo_url = "https://raw.githubusercontent.com/hexe-rs/Hexe/assets/Icon.png")]

// Lints ///////////////////////////////////////////////////////////////////////
Expand Down

0 comments on commit b2c024a

Please sign in to comment.