diff --git a/preamble/how-to-use.md b/preamble/how-to-use.md index 08c019e6e..f7dfa8491 100644 --- a/preamble/how-to-use.md +++ b/preamble/how-to-use.md @@ -45,7 +45,7 @@ Notebook](https://jupyterbook.org/intro.html) “chapters”. The power of Jupyter Notebooks is that they can contain both static text and executable code that you can interact with. When you navigate to a book chapter such as [Matplotlib -Basics](https://foundations.projectpythia.org/core/matplotlib/matplotlib.html) +Basics](../core/matplotlib/matplotlib-basics) you will see static text, Python code, and the rendered output of that code in the form of the many figures that appear. In the case of Matplotlib Basics these figures are produced by Matplotlib itself.