diff --git a/examples/notebooks/Grid_Levels_and_Parameters.ipynb b/examples/notebooks/Grid_Levels_and_Parameters.ipynb index 475b447..fde1f65 100644 --- a/examples/notebooks/Grid_Levels_and_Parameters.ipynb +++ b/examples/notebooks/Grid_Levels_and_Parameters.ipynb @@ -1087,11 +1087,11 @@ "\n", "### Related Notebooks\n", "\n", - "* [python-awips: Working with Surface Obs](https://nbviewer.jupyter.org/github/Unidata/pyaos-ams-2021/blob/master/notebooks/visualization/python-awips-WorkingWithSurfaceObs.ipynb)\n", - "* [python-awips: Working with Models](https://nbviewer.jupyter.org/github/Unidata/pyaos-ams-2021/blob/master/notebooks/visualization/python-awips-WorkingWithModels.ipynb)\n", - "* [python-awips: Working with Satellite Data](https://nbviewer.jupyter.org/github/Unidata/pyaos-ams-2021/blob/master/notebooks/visualization/python-awips-WorkingWithSatelliteData.ipynb)\n", - "* [python-awips: Working with Upper Air Obs](https://nbviewer.jupyter.org/github/Unidata/pyaos-ams-2021/blob/master/notebooks/visualization/python-awips-WorkingWithUpperAirObs.ipynb)\n", - "* [python-awips: Working with Maps and Topography Databases](https://nbviewer.jupyter.org/github/Unidata/pyaos-ams-2021/blob/master/notebooks/visualization/python-awips-WorkingWithMapsTopoDatabases.ipynb)" + "* [Colored Surface Temperature Plot](https://unidata.github.io/python-awips/examples/generated/Colored_Surface_Temperature_Plot.html)\n", + "* [Grids and Cartopy](https://unidata.github.io/python-awips/examples/generated/Grids_and_Cartopy.html)\n", + "* [Satellite Imagery](https://unidata.github.io/python-awips/examples/generated/Satellite_Imagery.html)\n", + "* [Upper Air BUFR Soundings](https://unidata.github.io/python-awips/examples/generated/Upper_Air_BUFR_Soundings.html)\n", + "* [Maps Resources and Topography](https://unidata.github.io/python-awips/examples/generated/Map_Resources_and_Topography.html)" ] }, { diff --git a/examples/notebooks/AWIPS_Grids_and_Cartopy.ipynb b/examples/notebooks/Grids_and_Cartopy.ipynb similarity index 100% rename from examples/notebooks/AWIPS_Grids_and_Cartopy.ipynb rename to examples/notebooks/Grids_and_Cartopy.ipynb