Fix link to edit example on github

This commit is contained in:
Alexandre Bury 2020-06-20 15:31:12 -07:00
parent e08f2e755b
commit b6444524ad

View File

@ -28,7 +28,7 @@ pub type OnSubmit = dyn Fn(&mut Cursive, &str);
///
/// From the [edit example][1].
///
/// [1]: https://github.com/gyscos/cursive/blob/master/examples/edit.rs
/// [1]: https://github.com/gyscos/cursive/blob/master/examples/src/bin/edit.rs
///
/// ```rust
/// # use cursive_core::Cursive;