Skip to content

Commit 73e92b3

Browse files
authored
chore: fix doc url (#280)
It has to end with version (or latest). Fixes ecb7374.
1 parent ecb7374 commit 73e92b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
#![doc(
161161
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
162162
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
163-
html_root_url = "https://docs.rs/tempfile/latest/tempfile"
163+
html_root_url = "https://docs.rs/tempfile/latest"
164164
)]
165165
#![cfg_attr(test, deny(warnings))]
166166
#![deny(rust_2018_idioms)]

0 commit comments

Comments
 (0)