]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-46355: Update pythoncapi_compat project URL (GH-31670)
authorVictor Stinner <vstinner@python.org>
Thu, 3 Mar 2022 23:46:56 +0000 (00:46 +0100)
committerGitHub <noreply@github.com>
Thu, 3 Mar 2022 23:46:56 +0000 (00:46 +0100)
Doc/whatsnew/3.11.rst

index fbfe02ccfc2c0ccbec8d10d2362cc72d952e4f80..5843287ae8e18f1222873d9a93046b4829e127af 100644 (file)
@@ -909,7 +909,7 @@ Porting to Python 3.11
       #endif
 
   Or use the `pythoncapi_compat project
-  <https://github.com/pythoncapi/pythoncapi_compat>`__ to get these two
+  <https://github.com/python/pythoncapi_compat>`__ to get these two
   functions on older Python versions.
 
 * Changes of the :c:type:`PyThreadState` structure members:
@@ -962,7 +962,7 @@ Porting to Python 3.11
       #endif
 
   Or use `the pythoncapi_compat project
-  <https://github.com/pythoncapi/pythoncapi_compat>`__ to get these functions
+  <https://github.com/python/pythoncapi_compat>`__ to get these functions
   on old Python functions.