]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.11] Docs: fix broken links (GH-116651) (#116701)
authorMariusz Felisiak <felisiak.mariusz@gmail.com>
Wed, 13 Mar 2024 05:00:45 +0000 (06:00 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Mar 2024 05:00:45 +0000 (22:00 -0700)
(cherry picked from commit 3f1b6efee95c06f8912bcea4031afacdbc0d5684)

Doc/faq/extending.rst
Doc/library/math.rst
Doc/library/venv.rst

index 2a8b976925d042cbd6099ed7d8190318f1dd06c9..1cff2c4091df0600e69679dea2629dac694fee27 100644 (file)
@@ -50,7 +50,7 @@ to learn Python's C API.
 If you need to interface to some C or C++ library for which no Python extension
 currently exists, you can try wrapping the library's data types and functions
 with a tool such as `SWIG <https://www.swig.org>`_.  `SIP
-<https://riverbankcomputing.com/software/sip/intro>`__, `CXX
+<https://github.com/Python-SIP/sip>`__, `CXX
 <https://cxx.sourceforge.net/>`_ `Boost
 <https://www.boost.org/libs/python/doc/index.html>`_, or `Weave
 <https://github.com/scipy/weave>`_ are also
index 25cb077d419574262e29afc4c193ec4efe485525..ac66b89d0b643b3e716458893505e01c965989e6 100644 (file)
@@ -578,7 +578,7 @@ Special functions
 
    The :func:`erf` function can be used to compute traditional statistical
    functions such as the `cumulative standard normal distribution
-   <https://en.wikipedia.org/wiki/Normal_distribution#Cumulative_distribution_functions>`_::
+   <https://en.wikipedia.org/wiki/Cumulative_distribution_function>`_::
 
      def phi(x):
          'Cumulative distribution function for the standard normal distribution'
index db4490ba43635304b99d8df80043ed4eba8c8044..ce6d093b74106e564549e681d21b48d008b15ed6 100644 (file)
@@ -54,7 +54,7 @@ See :pep:`405` for more background on Python virtual environments.
 .. seealso::
 
    `Python Packaging User Guide: Creating and using virtual environments
-   <https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#creating-a-virtual-environment>`__
+   <https://packaging.python.org/guides/installing-using-pip-and-virtual-environments/#create-and-use-virtual-environments>`__
 
 .. include:: ../includes/wasm-notavail.rst