diff options
Diffstat (limited to '')
-rw-r--r-- | src/construct/html_text.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/construct/html_text.rs b/src/construct/html_text.rs index c3b0a65..fde0847 100644 --- a/src/construct/html_text.rs +++ b/src/construct/html_text.rs @@ -50,7 +50,7 @@ //! * [`html-text.js` in `micromark`](https://github.com/micromark/micromark/blob/main/packages/micromark-core-commonmark/dev/lib/html-text.js) //! * [*ยง 6.6 Raw HTML* in `CommonMark`](https://spec.commonmark.org/0.30/#raw-html) //! -//! [text]: crate::content::text +//! [text]: crate::construct::text //! [html_flow]: crate::construct::html_flow //! [html-parsing]: https://html.spec.whatwg.org/multipage/parsing.html#parsing |