We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e0aa42 commit dce257cCopy full SHA for dce257c
source/key_projects.rst
@@ -536,7 +536,7 @@ pex
536
537
Pex is a tool for generating :file:`.pex` (Python EXecutable)
538
files, standalone Python environments in the spirit of :ref:`virtualenv`.
539
-PEX files are :ref:`zipapps <python:library/zipapp>` that
+PEX files are :doc:`zipapps <python:library/zipapp>` that
540
make deployment of Python applications as simple as ``cp``. A single PEX
541
file can support multiple target platforms and can be created from standard
542
:ref:`pip`-resolvable requirements, a lockfile generated with ``pex3 lock ...``
0 commit comments