Skip to content

Commit a3508fe

Browse files
authored
Fix link to examples in docs (#97)
1 parent 7cfdffb commit a3508fe

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
@@ -62,7 +62,7 @@
6262
//! ```
6363
//!
6464
//! [mp4box]: https://github.com/alfg/mp4-rust/blob/master/src/mp4box/mod.rs
65-
//! [examples]: https://github.com/alfg/mp4-rust/blob/master/src/examples
65+
//! [examples]: https://github.com/alfg/mp4-rust/tree/master/examples
6666
#![doc(html_root_url = "https://docs.rs/mp4/*")]
6767

6868
use std::fs::File;

0 commit comments

Comments
 (0)