We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f5a1e7 commit 531af65Copy full SHA for 531af65
myst_nb/core/read.py
@@ -399,7 +399,7 @@ def run(self):
399
"Either this file was not converted to a notebook, "
400
"because Jupytext header content was missing, "
401
"or the `code-cell` was not converted, because it is nested. "
402
- "See https://myst-nb.readthedocs.io/en/latest/use/markdown.html "
+ "See https://myst-nb.readthedocs.io/en/latest/authoring/text-notebooks.html "
403
"for more information."
404
)
405
document = self.state.document
0 commit comments