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 98ebce7 commit 745fab0Copy full SHA for 745fab0
preamble/how-to-use.md
@@ -45,7 +45,7 @@ Notebook](https://jupyterbook.org/intro.html) “chapters”. The power
45
of Jupyter Notebooks is that they can contain both static text and
46
executable code that you can interact with. When you navigate to a
47
book chapter such as [Matplotlib
48
-Basics](https://foundations.projectpythia.org/core/matplotlib/matplotlib.html)
+Basics](../core/matplotlib/matplotlib-basics)
49
you will see static text, Python code, and the rendered output of
50
that code in the form of the many figures that appear. In the case
51
of Matplotlib Basics these figures are produced by Matplotlib itself.
0 commit comments