diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2018-04-19 13:50:24 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2018-04-19 13:50:24 -0700 |
commit | 16d0d3ab37517a83d31b0c8a6887380a0454adef (patch) | |
tree | b9a4de83277704e8230064079e94ebb4b0937333 | |
parent | d6f7d20727ab773dac0bfabed44899cae29da849 (diff) | |
parent | bac196c1b62793d58dd5e0693d18ef037c724b25 (diff) |
Merge branch 'master' of github.com:paramiko/paramiko
-rw-r--r-- | sites/www/installing-1.x.rst | 2 | ||||
-rw-r--r-- | sites/www/installing.rst | 2 |
2 files changed, 2 insertions, 2 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. diff --git a/sites/www/installing.rst b/sites/www/installing.rst index 524bd89c..3631eb0d 100644 --- a/sites/www/installing.rst +++ b/sites/www/installing.rst @@ -101,7 +101,7 @@ due to their infrequent utility & non-platform-agnostic requirements): * It hopefully goes without saying but **all platforms** need **a working installation of GSS-API itself**, e.g. Heimdal. -* **Unix** needs `python-gssapi <https://pypi.python.org/pypi/python-gssapi/>`_ +* **Unix** needs `python-gssapi <https://pypi.org/project/python-gssapi/>`_ ``0.6.1`` or better. .. note:: This library appears to only function on Python 2.7 and up. |