Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 178c9c5

Browse files
committed
trivial: link updates in documentation
1 parent 05a634b commit 178c9c5

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Doc/faq/extending.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ with a tool such as `SWIG <http://www.swig.org>`_. `SIP
5353
<https://riverbankcomputing.com/software/sip/intro>`__, `CXX
5454
<http://cxx.sourceforge.net/>`_ `Boost
5555
<http://www.boost.org/libs/python/doc/index.html>`_, or `Weave
56-
<https://scipy.github.io/devdocs/tutorial/weave.html>`_ are also
56+
<https://github.com/scipy/weave>`_ are also
5757
alternatives for wrapping C++ libraries.
5858

5959

Doc/howto/logging-cookbook.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ Using file rotation
941941
-------------------
942942

943943
.. sectionauthor:: Doug Hellmann, Vinay Sajip (changes)
944-
.. (see <http://blog.doughellmann.com/2007/05/pymotw-logging.html>)
944+
.. (see <https://pymotw.com/3/logging/>)
945945
946946
Sometimes you want to let a log file grow to a certain size, then open a new
947947
file and log to that. You may want to keep a certain number of these files, and

Doc/library/mailbox.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ Supported mailbox formats are Maildir, mbox, MH, Babyl, and MMDF.
491491
`Configuring Netscape Mail on Unix: Why The Content-Length Format is Bad <https://www.jwz.org/doc/content-length.html>`_
492492
An argument for using the original mbox format rather than a variation.
493493

494-
`"mbox" is a family of several mutually incompatible mailbox formats <http://homepage.ntlworld.com/jonathan.deboynepollard/FGA/mail-mbox-formats.html>`_
494+
`"mbox" is a family of several mutually incompatible mailbox formats <https://www.loc.gov/preservation/digital/formats/fdd/fdd000383.shtml>`_
495495
A history of mbox variations.
496496

497497

Doc/library/ssl.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1370,7 +1370,7 @@ to speed up repeated connections from the same clients.
13701370
The *capath* string, if present, is
13711371
the path to a directory containing several CA certificates in PEM format,
13721372
following an `OpenSSL specific layout
1373-
<https://www.openssl.org/docs/ssl/SSL_CTX_load_verify_locations.html>`_.
1373+
<https://www.openssl.org/docs/man1.1.0/ssl/SSL_CTX_load_verify_locations.html>`_.
13741374

13751375
The *cadata* object, if present, is either an ASCII string of one or more
13761376
PEM-encoded certificates or a :term:`bytes-like object` of DER-encoded
@@ -1660,7 +1660,7 @@ to speed up repeated connections from the same clients.
16601660

16611661
Get statistics about the SSL sessions created or managed by this context.
16621662
A dictionary is returned which maps the names of each `piece of information
1663-
<https://www.openssl.org/docs/ssl/SSL_CTX_sess_number.html>`_ to their
1663+
<https://www.openssl.org/docs/man1.1.0/ssl/SSL_CTX_sess_number.html>`_ to their
16641664
numeric values. For example, here is the total number of hits and misses
16651665
in the session cache since the context was created::
16661666

0 commit comments

Comments
 (0)