Skip to content

Commit

Permalink
chore: fix doc url (#280)
Browse files Browse the repository at this point in the history
It has to end with version (or latest).
Fixes ecb7374.
  • Loading branch information
stoeckmann committed Apr 16, 2024
1 parent ecb7374 commit 73e92b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,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://docs.rs/tempfile/latest/tempfile"
html_root_url = "https://docs.rs/tempfile/latest"
)]
#![cfg_attr(test, deny(warnings))]
#![deny(rust_2018_idioms)]
Expand Down

0 comments on commit 73e92b3

Please sign in to comment.