Skip to content

Commit 4386016

Browse files
authored
Fix broken link (#549)
* fix link to example cookbook config file * fix link formatting
1 parent 005a72d commit 4386016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

portal/cookbook-guide.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ For many concepts, we encourage writing self-contained functions to generate sim
6161
<img width="901" alt="Screenshot 2023-01-13 at 3 12 47 PM" src="https://user-images.githubusercontent.com/26660300/212428991-cd0ae2f0-73ca-40d8-b983-f122359463aa.png">
6262

6363
```{note}
64-
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.
64+
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).
6565
```
6666

6767
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
9696
- `toc` (table of contents)
9797
- `Jupyter -> Binder -> Repo`
9898

99-
Take a look at the [`radar-cookbook/myst.yml`](https://github.com/ProjectPythia/radar-cookbook/blob/main/_toc.yml) for example syntax.
99+
Take a look at the [`radar-cookbook/myst.yml`](https://github.com/ProjectPythia/radar-cookbook/blob/main/myst.yml) for example syntax.
100100

101101
### 3. Customize Your Home Page
102102

0 commit comments

Comments
 (0)