diff options
Diffstat (limited to '')
-rw-r--r-- | src/construct/html_flow.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/construct/html_flow.rs b/src/construct/html_flow.rs index e90abc4..38e33f8 100644 --- a/src/construct/html_flow.rs +++ b/src/construct/html_flow.rs @@ -91,7 +91,7 @@ //! * [`html-flow.js` in `micromark`](https://github.com/micromark/micromark/blob/main/packages/micromark-core-commonmark/dev/lib/html-flow.js) //! * [*ยง 4.6 HTML blocks* in `CommonMark`](https://spec.commonmark.org/0.30/#html-blocks) //! -//! [flow]: crate::content::flow +//! [flow]: crate::construct::flow //! [html_text]: crate::construct::html_text //! [paragraph]: crate::construct::paragraph //! [html_raw_names]: crate::constant::HTML_RAW_NAMES |