mirror of
https://github.com/alfg/mp4-rust.git
synced 2025-01-17 23:35:35 +00:00
Fix link to examples in docs (#97)
This commit is contained in:
parent
7cfdffbd71
commit
a3508fe1c9
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@
|
|||
//! ```
|
||||
//!
|
||||
//! [mp4box]: https://github.com/alfg/mp4-rust/blob/master/src/mp4box/mod.rs
|
||||
//! [examples]: https://github.com/alfg/mp4-rust/blob/master/src/examples
|
||||
//! [examples]: https://github.com/alfg/mp4-rust/tree/master/examples
|
||||
#![doc(html_root_url = "https://docs.rs/mp4/*")]
|
||||
|
||||
use std::fs::File;
|
||||
|
|
Loading…
Reference in a new issue