Skip to content

Commit 00c4b0f

Browse files
authored
Merge pull request #20 from ProjectPythia/jukent
Fix foundations links
2 parents 1a40fc0 + 0c476b4 commit 00c4b0f

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

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

115115
### Running on Your Own Machine
116116

notebooks/02InteractiveVisualization.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"\n",
4545
"| Concepts | Importance | Notes |\n",
4646
"| --- | --- | --- |\n",
47-
"| [Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy.html) | Necessary | |\n",
47+
"| [Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy) | Necessary | |\n",
4848
"| [Xarray](https://foundations.projectpythia.org/core/xarray) | Necessary | |\n",
4949
"| [Geoviews] | Necessary | |\n",
5050
"\n",

notebooks/03_hvplot.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"\n",
4545
"| Concepts | Importance | Notes |\n",
4646
"| --- | --- | --- |\n",
47-
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray.html) | Necessary | |\n",
47+
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray) | Necessary | |\n",
4848
"\n",
4949
"- **Time to learn**: 30 minutes"
5050
]

notebooks/05_data_preprocessing.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"\n",
3434
"| Concepts | Importance | Notes |\n",
3535
"| --- | --- | --- |\n",
36-
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray.html) | Necessary | |\n",
37-
"| [Intro to Intake](https://projectpythia.org/intake-cookbook/notebooks/intake_introduction.html) | Necessary | |\n",
36+
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray) | Necessary | |\n",
37+
"| [Intro to Intake](https://projectpythia.org/intake-cookbook/notebooks/intake_introduction) | Necessary | |\n",
3838
"| [Understanding of Zarr](https://zarr.readthedocs.io/en/stable/) | Helpful | |\n",
3939
"\n",
4040
"- **Time to learn**: 30 minutes"

notebooks/06_era5_anomaly.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"\n",
3333
"| Concepts | Importance | Notes |\n",
3434
"| --- | --- | --- |\n",
35-
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray.html) | Necessary | |\n",
36-
"| [Intro to Intake](https://projectpythia.org/intake-cookbook/notebooks/intake_introduction.html) | Necessary | |\n",
35+
"| [Intro to Xarray](https://foundations.projectpythia.org/core/xarray) | Necessary | |\n",
36+
"| [Intro to Intake](https://projectpythia.org/intake-cookbook/notebooks/intake_introduction) | Necessary | |\n",
3737
"| [Understanding of Zarr](https://zarr.readthedocs.io/en/stable/) | Helpful | |\n",
3838
"\n",
3939
"- **Time to learn**: 30 minutes"

0 commit comments

Comments
 (0)