Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ that any MetPy ``1.x`` release will be backwards compatible with an earlier ``1.
"backward compatible", we mean that **correct** code that works on a ``1.y`` version will work
on a future ``1.x`` version.

For additional MetPy examples not included in this repository, please see the [Unidata Python
Gallery](https://unidata.github.io/python-gallery/).
For additional MetPy examples not included in this repository, please see the
[MetPy Cookbook on Project Pythia](https://projectpythia.org/metpy-cookbook/README.html).

We support Python >= 3.10.

Expand All @@ -43,7 +43,7 @@ Important Links
---------------

- [HTML Documentation](http://unidata.github.io/MetPy)
- [Unidata Python Gallery](https://unidata.github.io/python-gallery/)
- [MetPy Cookbook on Project Pythia](https://projectpythia.org/metpy-cookbook/README.html)
- "metpy" tagged questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/metpy)
- [Gitter chat room](https://gitter.im/Unidata/MetPy)

Expand Down
4 changes: 2 additions & 2 deletions examples/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
Example Gallery
===============

For more MetPy examples, please visit the `Unidata Python Gallery
<https://unidata.github.io/python-training/gallery/gallery-home/>`_.
For more MetPy examples, please visit the `MetPy Cookbook on Project Pythia
<https://projectpythia.org/metpy-cookbook/README.html>`_.

.. _general-examples:

Expand Down
Loading