aboutsummaryrefslogtreecommitdiffstats
path: root/src/configuration.rs
diff options
context:
space:
mode:
authorLibravatar Titus Wormer <tituswormer@gmail.com>2022-10-25 19:01:34 +0200
committerLibravatar Titus Wormer <tituswormer@gmail.com>2022-10-25 19:01:34 +0200
commitbfe2f86e99b5528c636cc4002ce10e9af06de0c0 (patch)
tree2b9f7b13d8cc9d693423b0fa225be853cd5a125e /src/configuration.rs
parent8b41cfabde848b24fdae65d09ad961c2412e023b (diff)
downloadmarkdown-rs-bfe2f86e99b5528c636cc4002ce10e9af06de0c0.tar.gz
markdown-rs-bfe2f86e99b5528c636cc4002ce10e9af06de0c0.tar.bz2
markdown-rs-bfe2f86e99b5528c636cc4002ce10e9af06de0c0.zip
Fix dead links in docs
Diffstat (limited to 'src/configuration.rs')
-rw-r--r--src/configuration.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configuration.rs b/src/configuration.rs
index 3e8823d..d6297e3 100644
--- a/src/configuration.rs
+++ b/src/configuration.rs
@@ -1087,7 +1087,7 @@ pub struct ParseOptions {
/// languages within expressions.
///
/// It only makes sense to pass this when compiling to a syntax tree
- /// with [`to_mdast()`][].
+ /// with [`to_mdast()`][crate::to_mdast()].
///
/// For an example that adds support for JavaScript with SWC, see
/// `tests/test_utils/mod.rs`.
@@ -1103,7 +1103,7 @@ pub struct ParseOptions {
/// > MDX that is aware of, say, Rust, or other programming languages.
///
/// It only makes sense to pass this when compiling to a syntax tree
- /// with [`to_mdast()`][].
+ /// with [`to_mdast()`][crate::to_mdast()].
///
/// For an example that adds support for JavaScript with SWC, see
/// `tests/test_utils/mod.rs`.