Skip to content

Commit 51e8fa4

Browse files
authored
Merge pull request #1433 from jeanas/upd-refs
Update references in modernize-setup-py-project guide
2 parents af82fef + 589d9dd commit 51e8fa4

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

source/guides/installing-stand-alone-command-line-tools.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,4 @@ To see the full list of commands pipx offers, run:
128128
129129
pipx --help
130130
131-
You can learn more about pipx at https://pypa.github.io/pipx/.
131+
You can learn more about pipx at https://pipx.pypa.io/.

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ triggers :ref:`pip` to change its default behavior to use *build isolation*.
6666
For more details:
6767

6868
* :ref:`distributing-packages`
69-
* :ref:`declaring-build-dependencies`
69+
* :ref:`pyproject-build-system-table`
7070
* :doc:`pip:reference/build-system/pyproject-toml`
7171

7272

@@ -110,7 +110,7 @@ requires a :file:`pyproject.toml` file like this (:file:`setup.py` stays unchang
110110
111111
For more details:
112112

113-
* :ref:`declaring-build-dependencies`
113+
* :ref:`pyproject-build-system-table`
114114

115115

116116
What is the build isolation feature?
@@ -161,7 +161,7 @@ can be entirely replaced by a :file:`pyproject.toml` file like this:
161161
version = "1.2.3"
162162
163163
164-
Read :ref:`declaring-project-metadata` for the full specification
164+
Read :ref:`pyproject-project-table` for the full specification
165165
of the content allowed in the ``[project]`` table.
166166

167167

@@ -243,7 +243,6 @@ This file can be as minimalistic as this:
243243
Where to read more about this?
244244
==============================
245245

246-
* :ref:`declaring-build-dependencies`
247-
* :ref:`declaring-project-metadata`
246+
* :ref:`pyproject-toml-spec`
248247
* :doc:`pip:reference/build-system/pyproject-toml`
249248
* :doc:`setuptools:build_meta`

source/key_projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ application-centric alternative to :ref:`pip`'s lower-level
233233
pipx
234234
====
235235

236-
`Docs <https://pypa.github.io/pipx/>`__ |
236+
`Docs <https://pipx.pypa.io/>`__ |
237237
`GitHub <https://github.com/pypa/pipx>`__ |
238238
`PyPI <https://pypi.org/project/pipx/>`__
239239

0 commit comments

Comments
 (0)