@@ -29,9 +29,9 @@ when the dependency should be used.
2929This PEP extends the environment markers to allow specifying dependencies
3030based on specific ABI features of the Python interpreter.
3131For this, it defines a set of `ABI Features `_ and specifies how they are made
32- available via an `addition to the Python Standard Library <sys.abi_features _>`_
32+ available via an `addition to the Python Standard Library <pep-780- sys.abi_features _>`_
3333in the form of a new attribute :data: `!sys.abi_features `, as well as for
34- `environment markers <sys_abi_features _>`_ as a new marker variable,
34+ `environment markers <pep-780- sys_abi_features _>`_ as a new marker variable,
3535``sys_abi_features ``.
3636
3737Motivation
@@ -197,7 +197,7 @@ which case there MUST be at most one feature present.
197197 build [#bitness ]_. If the bitness is unknown or neither 32-bit nor 64-bit,
198198 this feature MUST NOT be present.
199199
200- .. _ sys .abi_features :
200+ .. _ pep-780-sys .abi_features :
201201
202202The :data: `!sys.abi_features ` Attribute
203203---------------------------------------
@@ -225,7 +225,7 @@ defined in this PEP or in a subsequent PEP.
225225An example value would be ``sys.abi_features == frozenset({"free-threading",
226226"debug", "32-bit"}) `` on a free-threaded debug build for win32.
227227
228- .. _ sys_abi_features :
228+ .. _ pep-780-sys_abi_features :
229229
230230The ``sys_abi_features `` Environment Marker
231231-------------------------------------------
0 commit comments