https://github.com/python/cpython/commit/d420d82c6300f9c4c7cd838735c30e74c110a6b1
commit: d420d82c6300f9c4c7cd838735c30e74c110a6b1
branch: 3.14
author: Miss Islington (bot) <[email protected]>
committer: encukou <[email protected]>
date: 2025-06-03T06:33:04Z
summary:

[3.14] gh-134830: Fix reference in `Doc/extending/windows.rst` (GH-134831) 
(GH-135058)

(cherry picked from commit 0ac9e17fb47075c9446b99da4dffe4cad993b97a)

Co-authored-by: Stan Ulbrych <[email protected]>
Co-authored-by: Miro HronĨok <[email protected]>

files:
M Doc/c-api/stable.rst
M Doc/extending/windows.rst

diff --git a/Doc/c-api/stable.rst b/Doc/c-api/stable.rst
index 124e58cf950b7a..9b65e0b8d23d93 100644
--- a/Doc/c-api/stable.rst
+++ b/Doc/c-api/stable.rst
@@ -51,6 +51,7 @@ It is generally intended for specialized, low-level tools 
like debuggers.
 Projects that use this API are expected to follow
 CPython development and spend extra effort adjusting to changes.
 
+.. _stable-application-binary-interface:
 
 Stable Application Binary Interface
 ===================================
diff --git a/Doc/extending/windows.rst b/Doc/extending/windows.rst
index 56aa44e4e58c83..a97c6182553c30 100644
--- a/Doc/extending/windows.rst
+++ b/Doc/extending/windows.rst
@@ -121,7 +121,7 @@ When creating DLLs in Windows, you can use the CPython 
library in two ways:
    :file:`Python.h` triggers an implicit, configure-aware link with the
    library.  The header file chooses :file:`pythonXY_d.lib` for Debug,
    :file:`pythonXY.lib` for Release, and :file:`pythonX.lib` for Release with
-   the `Limited API <stable-application-binary-interface>`_ enabled.
+   the :ref:`Limited API <stable-application-binary-interface>` enabled.
 
    To build two DLLs, spam and ni (which uses C functions found in spam), you
    could use these commands::

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to