From c31d3a2cfd1d55b9027e0932cd3dc373bc43b514 Mon Sep 17 00:00:00 2001 From: Zachary Ware Date: Sat, 15 Jul 2023 17:58:00 -0500 Subject: [PATCH] Update PyPI links (#9733) Switch from the legacy pypi.python.org/pypi/ to the canonical pypi.org/project/ --- certbot/docs/packaging.rst | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/certbot/docs/packaging.rst b/certbot/docs/packaging.rst index 75349ad14..89e22bfc1 100644 --- a/certbot/docs/packaging.rst +++ b/certbot/docs/packaging.rst @@ -7,21 +7,21 @@ Releases We release packages and upload them to PyPI (wheels and source tarballs). -- https://pypi.python.org/pypi/acme -- https://pypi.python.org/pypi/certbot -- https://pypi.python.org/pypi/certbot-apache -- https://pypi.python.org/pypi/certbot-nginx -- https://pypi.python.org/pypi/certbot-dns-cloudflare -- https://pypi.python.org/pypi/certbot-dns-digitalocean -- https://pypi.python.org/pypi/certbot-dns-dnsimple -- https://pypi.python.org/pypi/certbot-dns-dnsmadeeasy -- https://pypi.python.org/pypi/certbot-dns-google -- https://pypi.python.org/pypi/certbot-dns-linode -- https://pypi.python.org/pypi/certbot-dns-luadns -- https://pypi.python.org/pypi/certbot-dns-nsone -- https://pypi.python.org/pypi/certbot-dns-ovh -- https://pypi.python.org/pypi/certbot-dns-rfc2136 -- https://pypi.python.org/pypi/certbot-dns-route53 +- https://pypi.org/project/acme/ +- https://pypi.org/project/certbot/ +- https://pypi.org/project/certbot-apache/ +- https://pypi.org/project/certbot-nginx/ +- https://pypi.org/project/certbot-dns-cloudflare/ +- https://pypi.org/project/certbot-dns-digitalocean/ +- https://pypi.org/project/certbot-dns-dnsimple/ +- https://pypi.org/project/certbot-dns-dnsmadeeasy/ +- https://pypi.org/project/certbot-dns-google/ +- https://pypi.org/project/certbot-dns-linode/ +- https://pypi.org/project/certbot-dns-luadns/ +- https://pypi.org/project/certbot-dns-nsone/ +- https://pypi.org/project/certbot-dns-ovh/ +- https://pypi.org/project/certbot-dns-rfc2136/ +- https://pypi.org/project/certbot-dns-route53/ The following scripts are used in the process: