Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Point html_root_url at docs.rs #30

Merged
merged 1 commit into from
Mar 28, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[package]

name = "tempdir"
# NB: When modifying, also modify html_root_url in lib.rs
version = "0.3.5"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#![doc(html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
html_root_url = "https://doc.rust-lang.org/tempdir/")]
html_root_url = "https://docs.rs/tempdir/0.3.5")]
#![cfg_attr(test, deny(warnings))]

//! Temporary directories of files.
Expand Down