]> granicus.if.org Git - python/commitdiff
Issue #25910: Fixed more links in the docs.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 11 Apr 2016 14:32:33 +0000 (17:32 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 11 Apr 2016 14:32:33 +0000 (17:32 +0300)
Doc/using/windows.rst
Doc/whatsnew/2.7.rst
Doc/whatsnew/3.2.rst

index 99f4e74e0108f57e43ff704db8c04a437bb32957..230fd59d3790ed7cefdc19e5ae8bf521365fa11f 100644 (file)
@@ -266,9 +266,9 @@ for detailed information about platforms with pre-compiled installers.
       by Mark Pilgrim, 2004,
       ISBN 1-59059-356-1
 
-   `For Windows users <http://www.swaroopch.com/notes/python/#install_windows>`_
+   `For Windows users <http://python.swaroopch.com/installation.html#installation-on-windows>`_
       in "Installing Python"
-      in "`A Byte of Python <http://www.swaroopch.com/notes/python/>`_"
+      in "`A Byte of Python <http://python.swaroopch.com/>`_"
       by Swaroop C H, 2003
 
 
index c4322db17c7ec9f0f4e1dcb84ddbef240354a432..c185ffd6289d912f06b00a9e06349be159aef36f 100644 (file)
@@ -1530,7 +1530,7 @@ changes, or look through the Subversion logs for all the details.
   *ciphers* argument that's a string listing the encryption algorithms
   to be allowed; the format of the string is described
   `in the OpenSSL documentation
-  <http://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT>`__.
+  <http://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT>`__.
   (Added by Antoine Pitrou; :issue:`8322`.)
 
   Another change makes the extension load all of OpenSSL's ciphers and
index 4242f220227a996c50614a908b8a6f1ca87638c6..f4c4799bc5c2f1e9d2cd20bfdd56b960f4b11126 100644 (file)
@@ -1618,7 +1618,7 @@ for secure (encrypted, authenticated) internet connections:
 * The :func:`ssl.wrap_socket` constructor function now takes a *ciphers*
   argument.  The *ciphers* string lists the allowed encryption algorithms using
   the format described in the `OpenSSL documentation
-  <http://www.openssl.org/docs/apps/ciphers.html#CIPHER_LIST_FORMAT>`__.
+  <http://www.openssl.org/docs/apps/ciphers.html#CIPHER-LIST-FORMAT>`__.
 
 * When linked against recent versions of OpenSSL, the :mod:`ssl` module now
   supports the Server Name Indication extension to the TLS protocol, allowing