diff --git a/portal/cookbook-guide.md b/portal/cookbook-guide.md index b41ba9fd2..01739d299 100644 --- a/portal/cookbook-guide.md +++ b/portal/cookbook-guide.md @@ -61,7 +61,7 @@ For many concepts, we encourage writing self-contained functions to generate sim Screenshot 2023-01-13 at 3 12 47 PM ```{note} -In the rest of this guide, we assume that you are familiar with the basics of using git and GitHub. If not, we strongly recommend reading through our [GitHub tutorials in Foundations](https://foundations.projectpythia.org/foundations/getting-started-github. +In the rest of this guide, we assume that you are familiar with the basics of using git and GitHub. If not, we strongly recommend reading through our [GitHub tutorials in Foundations](https://foundations.projectpythia.org/foundations/getting-started-github). ``` Your cookbook is now ready to have content added! @@ -96,7 +96,7 @@ Required changes to your `myst.yml` file are all under the `project` section. Up - `toc` (table of contents) - `Jupyter -> Binder -> Repo` -Take a look at the [`radar-cookbook/myst.yml`](https://github.com/ProjectPythia/radar-cookbook/blob/main/_toc.yml) for example syntax. +Take a look at the [`radar-cookbook/myst.yml`](https://github.com/ProjectPythia/radar-cookbook/blob/main/myst.yml) for example syntax. ### 3. Customize Your Home Page