Skip to content

Commit ab603d1

Browse files
authored
Merge pull request #233 from ProjectPythia/jukent-patch-1
Fix foundations link
2 parents 1169c28 + 169fec3 commit ab603d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ and even change the example programs. You’ll see that the code cells
5555
have no output at first, until you execute them by pressing
5656
{kbd}`Shift`\+{kbd}`Enter`. Complete details on how to interact with
5757
a live Jupyter notebook are described in [Getting Started with
58-
Jupyter](https://foundations.projectpythia.org/foundations/getting-started-jupyter.html).
58+
Jupyter](https://foundations.projectpythia.org/foundations/getting-started-jupyter).
5959

6060
Note, not all Cookbook chapters are executable. If you do not see
6161
the rocket ship icon, such as on this page, you are not viewing an

notebooks/notebook-template.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
"\n",
6363
"| Concepts | Importance | Notes |\n",
6464
"| --- | --- | --- |\n",
65-
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy.html) | Necessary | |\n",
66-
"| [Understanding of NetCDF](https://foundations.projectpythia.org/core/data-formats/netcdf-cf.html) | Helpful | Familiarity with metadata structure |\n",
65+
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy) | Necessary | |\n",
66+
"| [Understanding of NetCDF](https://foundations.projectpythia.org/core/data-formats/netcdf-cf) | Helpful | Familiarity with metadata structure |\n",
6767
"| Project management | Helpful | |\n",
6868
"\n",
6969
"- **Time to learn**: estimate in minutes. For a rough idea, use 5 mins per subsection, 10 if longer; add these up for a total. Safer to round up and overestimate.\n",

0 commit comments

Comments
 (0)