docs: fix some broken links

This commit is contained in:
PoiScript 2019-10-27 14:29:21 +08:00
parent 2b8d2590ff
commit fffadac04d
3 changed files with 18 additions and 14 deletions

View file

@ -9,7 +9,7 @@ use crate::export::write_datetime;
/// A wrapper for escaping sensitive characters in html.
///
/// ```rust
/// use orgize::export::html::Escape;
/// use orgize::export::HtmlEscape as Escape;
///
/// assert_eq!(format!("{}", Escape("< < <")), "&lt; &lt; &lt;");
/// assert_eq!(