Skip to content

Commit 278aca1

Browse files
committed
Fix linkcheck
Apparently, GitHub now adds the README HTML on a project page dynamically through JS, which prevents Sphinx's link checker from finding anchors into the README.
1 parent 8079afc commit 278aca1

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

source/guides/tool-recommendations.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ migration, and what settings to change in your clients.
8282
later. See the :pep:`rationale section <453#rationale>` from :pep:`453`
8383
as for why pip was chosen.
8484
85-
.. [3] `get-pip.py <https://github.com/pypa/get-pip/#readme>`_ and
85+
.. [3] `get-pip.py <https://github.com/pypa/get-pip>`_ and
8686
:ref:`virtualenv` install
8787
:ref:`wheel`, whereas :ref:`ensurepip` and :ref:`venv <venv>` do not
8888
currently. Also, the common "python-pip" package that's found in various

source/overview.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,9 +237,9 @@ machines of developers and data scientists.
237237

238238
Technologies which support this model:
239239

240-
* :gh:`PEX <pantsbuild/pex#user-content-pex>` (Python EXecutable)
240+
* :gh:`PEX <pantsbuild/pex>` (Python EXecutable)
241241
* :doc:`zipapp <python:library/zipapp>` (does not help manage dependencies, requires Python 3.5+)
242-
* :gh:`shiv <linkedin/shiv#user-content-shiv>` (requires Python 3)
242+
* :gh:`shiv <linkedin/shiv>` (requires Python 3)
243243

244244
.. note:: Of all the approaches here, depending on a pre-installed
245245
Python relies the most on the target environment. Of course,
@@ -311,8 +311,7 @@ A selection of Python freezers:
311311
* `pynsist <https://pypi.org/project/pynsist/>`_ - Windows only
312312

313313
Most of the above imply single-user deployments. For multi-component
314-
server applications, see :gh:`Chef Omnibus
315-
<chef/omnibus#user-content--omnibus>`.
314+
server applications, see :gh:`Chef Omnibus <chef/omnibus>`.
316315

317316

318317
Bringing your own userspace

0 commit comments

Comments
 (0)