Skip to content

Commit 0ebc792

Browse files
authored
[3.11] Docs: fix broken links (GH-116651) (#116701)
(cherry picked from commit 3f1b6ef)
1 parent 21a259e commit 0ebc792

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Doc/faq/extending.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ to learn Python's C API.
5050
If you need to interface to some C or C++ library for which no Python extension
5151
currently exists, you can try wrapping the library's data types and functions
5252
with a tool such as `SWIG <https://www.swig.org>`_. `SIP
53-
<https://riverbankcomputing.com/software/sip/intro>`__, `CXX
53+
<https://github.com/Python-SIP/sip>`__, `CXX
5454
<https://cxx.sourceforge.net/>`_ `Boost
5555
<https://www.boost.org/libs/python/doc/index.html>`_, or `Weave
5656
<https://github.com/scipy/weave>`_ are also

Doc/library/math.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ Special functions
578578

579579
The :func:`erf` function can be used to compute traditional statistical
580580
functions such as the `cumulative standard normal distribution
581-
<https://en.wikipedia.org/wiki/Normal_distribution#Cumulative_distribution_functions>`_::
581+
<https://en.wikipedia.org/wiki/Cumulative_distribution_function>`_::
582582

583583
def phi(x):
584584
'Cumulative distribution function for the standard normal distribution'

Doc/library/venv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ See :pep:`405` for more background on Python virtual environments.
5454
.. seealso::
5555

5656
`Python Packaging User Guide: Creating and using virtual environments
57-
<https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment>`__
57+
<https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#create-and-use-virtual-environments>`__
5858

5959
.. include:: ../includes/wasm-notavail.rst
6060

0 commit comments

Comments
 (0)