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

Skip to content

Commit 4a97809

Browse files
miss-islingtonasvetlov
authored andcommitted
trivial: link updates in documentation (GH-2765) (#4835)
(cherry picked from commit 4f29f3c)
1 parent b6263ca commit 4a97809

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

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

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

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

0 commit comments

Comments
 (0)