diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2018-04-19 13:05:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-19 13:05:55 -0700 |
commit | bac196c1b62793d58dd5e0693d18ef037c724b25 (patch) | |
tree | b822f9a091638ff68c47fb4782ab20c9ffa83f0d /sites/www/installing-1.x.rst | |
parent | 283cb267ac2ee2967f14bd9c78a1addb47c26343 (diff) | |
parent | 1fe8153863a040d2cb13cfb6018c8060a2adb07b (diff) |
Merge pull request #1190 from ericwb/pyp
Migrate to new PyPI website
Diffstat (limited to 'sites/www/installing-1.x.rst')
-rw-r--r-- | sites/www/installing-1.x.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sites/www/installing-1.x.rst b/sites/www/installing-1.x.rst index 8ede40d5..7421a6c2 100644 --- a/sites/www/installing-1.x.rst +++ b/sites/www/installing-1.x.rst @@ -118,4 +118,4 @@ First, see the main install doc's notes: :ref:`gssapi` - everything there is required for Paramiko 1.x as well. Additionally, users of Paramiko 1.x, on all platforms, need a final dependency: -`pyasn1 <https://pypi.python.org/pypi/pyasn1>`_ ``0.1.7`` or better. +`pyasn1 <https://pypi.org/project/pyasn1/>`_ ``0.1.7`` or better. |