Skip to content

Commit 4be49e6

Browse files
committed
fix: links to pip's pyproject.toml pages are dead with 25.3
Signed-off-by: Henry Schreiner <[email protected]>
1 parent fd45ce7 commit 4be49e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/guides/modernize-setup-py-project.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ For more details:
6767

6868
* :ref:`distributing-packages`
6969
* :ref:`pyproject-build-system-table`
70-
* :doc:`pip:reference/build-system/pyproject-toml`
70+
* :doc:`pip:reference/build-system`
7171

7272

7373
How to handle additional build-time dependencies?
@@ -128,7 +128,7 @@ For some projects this isolation is unwanted and it can be deactivated as follow
128128

129129
For more details:
130130

131-
* :doc:`pip:reference/build-system/pyproject-toml`
131+
* :doc:`pip:reference/build-system`
132132

133133

134134
How to handle packaging metadata?
@@ -244,5 +244,5 @@ Where to read more about this?
244244
==============================
245245

246246
* :ref:`pyproject-toml-spec`
247-
* :doc:`pip:reference/build-system/pyproject-toml`
247+
* :doc:`pip:reference/build-system`
248248
* :doc:`setuptools:build_meta`

0 commit comments

Comments
 (0)