Skip to content

Commit d420d82

Browse files
miss-islingtonStanFromIrelandhroncok
authored
[3.14] gh-134830: Fix reference in Doc/extending/windows.rst (GH-134831) (GH-135058)
(cherry picked from commit 0ac9e17) Co-authored-by: Stan Ulbrych <[email protected]> Co-authored-by: Miro Hrončok <[email protected]>
1 parent 94306f7 commit d420d82

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Doc/c-api/stable.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ It is generally intended for specialized, low-level tools like debuggers.
5151
Projects that use this API are expected to follow
5252
CPython development and spend extra effort adjusting to changes.
5353

54+
.. _stable-application-binary-interface:
5455

5556
Stable Application Binary Interface
5657
===================================

Doc/extending/windows.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ When creating DLLs in Windows, you can use the CPython library in two ways:
121121
:file:`Python.h` triggers an implicit, configure-aware link with the
122122
library. The header file chooses :file:`pythonXY_d.lib` for Debug,
123123
:file:`pythonXY.lib` for Release, and :file:`pythonX.lib` for Release with
124-
the `Limited API <stable-application-binary-interface>`_ enabled.
124+
the :ref:`Limited API <stable-application-binary-interface>` enabled.
125125

126126
To build two DLLs, spam and ni (which uses C functions found in spam), you
127127
could use these commands::

0 commit comments

Comments
 (0)