summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSumana Harihareswara <sh@changeset.nyc>2020-06-13 04:11:05 -0400
committerGitHub <noreply@github.com>2020-06-13 11:11:05 +0300
commite8eb40e187b4ce443fc4ca4ea69c390a283f5e22 (patch)
treee979e7faa834bdff9ce5ddd312ceb9761f762500
parenta51977075740fda01b2c0e983a79bfe753567219 (diff)
downloadwheel-git-e8eb40e187b4ce443fc4ca4ea69c390a283f5e22.tar.gz
Updated link to now-decommissioned mailing list (#356)
Per https://groups.google.com/d/msg/pypa-dev/rUNsfIbruHM/LCEx-CB5AgAJ the pypa-dev Google Group is now decommissioned. Pointing to distutils-sig per a link elsewhere in the wheel documentation. Signed-off-by: Sumana Harihareswara <sh@changeset.nyc>
-rw-r--r--docs/development.rst4
-rw-r--r--docs/index.rst6
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/development.rst b/docs/development.rst
index 3d1325b..0100e53 100644
--- a/docs/development.rst
+++ b/docs/development.rst
@@ -90,7 +90,7 @@ To make a new release:
#. Replace the ``__version__`` attribute in ``src/wheel/__init__.py`` with the
same version number as above (without the date of course).
#. Create a new git tag matching the version exactly
-#. Push the new tag to Github
+#. Push the new tag to GitHub
-Pushing a new tag to Github will trigger the publish workflow which package the
+Pushing a new tag to GitHub will trigger the publish workflow which package the
project and publish the resulting artifacts to PyPI.
diff --git a/docs/index.rst b/docs/index.rst
index 8a8bd9d..5811e9f 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -2,8 +2,8 @@ wheel
=====
`User list <http://groups.google.com/group/python-virtualenv>`_ |
-`Dev list <http://groups.google.com/group/pypa-dev>`_ |
-`Github <https://github.com/pypa/wheel>`_ |
+`Dev list <https://mail.python.org/archives/list/distutils-sig@python.org/>`_ |
+`GitHub <https://github.com/pypa/wheel>`_ |
`PyPI <https://pypi.org/pypi/wheel/>`_ |
User IRC: #pypa |
Dev IRC: #pypa-dev
@@ -28,4 +28,4 @@ It has two different roles:
user_guide
reference/index
development
- news \ No newline at end of file
+ news