From 4386016fd7deb8cfabd2a6a190cbc51854b9a049 Mon Sep 17 00:00:00 2001 From: Katelyn FitzGerald <7872563+kafitzgerald@users.noreply.github.com> Date: Thu, 31 Jul 2025 11:53:33 -0600 Subject: [PATCH] Fix broken link (#549) * fix link to example cookbook config file * fix link formatting --- portal/cookbook-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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