Skip to content

Commit dfd6de4

Browse files
committed
Use intra-doc link syntax.
Rust 1.48 stabilized linking to items using intra-doc link syntax.
1 parent 8807289 commit dfd6de4

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
@@ -87,7 +87,7 @@
8787
//!
8888
//! # Upgrade Guide
8989
//!
90-
//! See the [upgrade guide](doc/upgrade/index.html) for API incompatibilities.
90+
//! See the [upgrade guide](doc::upgrade) for API incompatibilities.
9191
9292
pub use error::Error;
9393
pub use jpeg::get_exif_attr as get_exif_attr_from_jpeg;

0 commit comments

Comments
 (0)