Skip to content

Commit 0c30fba

Browse files
committed
Fix broken links
1 parent 526ee6d commit 0c30fba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ This guide is maintained on `GitHub`_ by the `Python Packaging Authority`_. We
2929
happily accept any :doc:`contributions and feedback <contribute>`. 😊
3030

3131
.. _GitHub: https://github.com/pypa/packaging.python.org
32-
.. _Python Packaging Authority: https://pypa.io
32+
.. _Python Packaging Authority: https://www.pypa.io/en/latest/
3333

3434

3535
Get started

source/overview.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ respective packaging guides.
206206
* `Google App Engine <https://cloud.google.com/appengine/docs/python/>`_
207207
* `PythonAnywhere <https://www.pythonanywhere.com/>`_
208208
* `OpenShift <https://cloud.redhat.com/blog/getting-started-python>`_
209-
* "Serverless" frameworks like `Zappa <https://www.zappa.io/>`_
209+
* "Serverless" frameworks like `Zappa <https://github.com/zappa/Zappa>`_
210210

211211
In all these setups, the platform takes care of packaging and
212212
deployment, as long as you follow their patterns. Most software does

0 commit comments

Comments
 (0)