Skip to content

Commit 531af65

Browse files
authored
Fix dead link (#703)
1 parent 8f5a1e7 commit 531af65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

myst_nb/core/read.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def run(self):
399399
"Either this file was not converted to a notebook, "
400400
"because Jupytext header content was missing, "
401401
"or the `code-cell` was not converted, because it is nested. "
402-
"See https://myst-nb.readthedocs.io/en/latest/use/markdown.html "
402+
"See https://myst-nb.readthedocs.io/en/latest/authoring/text-notebooks.html "
403403
"for more information."
404404
)
405405
document = self.state.document

0 commit comments

Comments
 (0)