Skip to content

Commit 51b8fce

Browse files
authored
Merge pull request #13 from jukent/link
update broken link
2 parents f8ad212 + 665b554 commit 51b8fce

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

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

6767
### Running on Your Own Machine
6868

notebooks/introduction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
"\n",
9797
"- [NOAA Cloud GIS Web Services](https://www.weather.gov/gis/cloudgiswebservices)\n",
9898
"- [USGS National Map Services](https://apps.nationalmap.gov/services/)\n",
99-
"- [NASA EarthData Web Map Service](https://www.earthdata.nasa.gov/technology/web-map-service-wms)"
99+
"- [NASA EarthData](https://www.earthdata.nasa.gov/)"
100100
]
101101
}
102102
],

notebooks/web_feature_services.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
"| [Intro to Geopandas](https://geopandas.org/) | Helpful | GIS files |\n",
5252
"| [Intro to Panel](https://panel.holoviz.org/) | Helpful | Dashboard creations |\n",
5353
"| [Intro to Requests](https://requests.readthedocs.io/en/latest/) | Helpful | Webpage requests |\n",
54-
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy.html) | Helpful | Map projections |\n",
54+
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy) | Helpful | Map projections |\n",
5555
"| [Intro to OWSLib](https://owslib.readthedocs.io/en/latest/usage.html) | Helpful | WFS URLs |\n",
5656
"\n",
5757
"- **Time to learn**: 10 minutes\n",

notebooks/web_map_services.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"| [Intro to GeoViews](https://geoviews.org/) | Helpful | Geographic visualizations |\n",
5959
"| [Intro to Panel](https://panel.holoviz.org/) | Helpful | Dashboard creations |\n",
6060
"| [Intro to Requests](https://requests.readthedocs.io/en/latest/) | Helpful | Webpage requests |\n",
61-
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy.html) | Helpful | Map projections |\n",
61+
"| [Intro to Cartopy](https://foundations.projectpythia.org/core/cartopy/cartopy) | Helpful | Map projections |\n",
6262
"| [Intro to OWSLib](https://owslib.readthedocs.io/en/latest/usage.html) | Helpful | WMS URLs |\n",
6363
"\n",
6464
"- **Time to learn**: 15 minutes\n",

0 commit comments

Comments
 (0)