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

Skip to content

Commit 4f29f3c

Browse files
jamesfeasvetlov
authored andcommitted
trivial: link updates in documentation (#2765)
1 parent 91106cd commit 4f29f3c

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
@@ -1374,7 +1374,7 @@ to speed up repeated connections from the same clients.
13741374
The *capath* string, if present, is
13751375
the path to a directory containing several CA certificates in PEM format,
13761376
following an `OpenSSL specific layout
1377-
<https://www.openssl.org/docs/ssl/SSL_CTX_load_verify_locations.html>`_.
1377+
<https://www.openssl.org/docs/man1.1.0/ssl/SSL_CTX_load_verify_locations.html>`_.
13781378

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

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

0 commit comments

Comments
 (0)