[Python-checkins] cpython (3.5): Issue #25910: Fixed more links in the docs.

serhiy.storchaka python-checkins at python.org
Mon Apr 11 10:39:56 EDT 2016


https://hg.python.org/cpython/rev/bb10867ffe28
changeset:   100931:bb10867ffe28
branch:      3.5
parent:      100929:6a26fd505e8e
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Mon Apr 11 17:32:33 2016 +0300
summary:
  Issue #25910: Fixed more links in the docs.

files:
  Doc/using/windows.rst |  4 ++--
  Doc/whatsnew/2.7.rst  |  2 +-
  Doc/whatsnew/3.2.rst  |  2 +-
  3 files changed, 4 insertions(+), 4 deletions(-)


diff --git a/Doc/using/windows.rst b/Doc/using/windows.rst
--- a/Doc/using/windows.rst
+++ b/Doc/using/windows.rst
@@ -266,9 +266,9 @@
       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
 
 
diff --git a/Doc/whatsnew/2.7.rst b/Doc/whatsnew/2.7.rst
--- a/Doc/whatsnew/2.7.rst
+++ b/Doc/whatsnew/2.7.rst
@@ -1530,7 +1530,7 @@
   *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
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
--- a/Doc/whatsnew/3.2.rst
+++ b/Doc/whatsnew/3.2.rst
@@ -1618,7 +1618,7 @@
 * 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list