From dfbc02c5dbb1c9a8b6be057f447e505d2fe4e97a Mon Sep 17 00:00:00 2001 From: mmcky <mmcky@users.noreply.github.com> Date: Tue, 22 Dec 2020 12:48:25 +1100 Subject: [PATCH] fix link to myst-parser via intersphinx (#1147) --- docs/content/myst.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/myst.md b/docs/content/myst.md index 27a8315e..31715d0c 100644 --- a/docs/content/myst.md +++ b/docs/content/myst.md @@ -240,7 +240,7 @@ Here are some links you can use as a reference: * [CommonMark in-line syntax](myst-parser:commonmark-span-tokens) * [Extended in-line syntax in MyST](myst-parser:extended-span-tokens) -As a shorthand, Jupyter Book offers a single configuration, to enable the MyST [extended syntaxes](myst-parser:syntax-optional): +As a shorthand, Jupyter Book offers a single configuration, to enable the MyST [extended syntaxes](myst-parser:syntax/optional): ```yaml parse: -- GitLab