Skip to content

Commit b9e2270

Browse files
authored
Merge pull request pypa#1006 from meowmeowmeowcat/use-pipenv
Update the link of pipenv
2 parents aa721fc + c6d69de commit b9e2270

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
'packaging': ('https://packaging.pypa.io/en/latest/', None),
412412
'packaging.python.org': ('https://packaging.python.org/', None),
413413
'pip': ('https://pip.pypa.io/en/latest/', None),
414-
# 'pipenv': ('https://pipenv.pypa.io/en/latest/', None),
414+
'pipenv': ('https://pipenv.pypa.io/en/latest/', None),
415415
'piwheels': ('https://piwheels.readthedocs.io/en/latest/', None),
416416
'pybind11': ('https://pybind11.readthedocs.io/en/stable/', None),
417417
'pynsist': ('https://pynsist.readthedocs.io/en/latest/', None),

source/key_projects.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ command-line interface (CLI).
136136
Pipenv
137137
======
138138

139-
`Docs <https://web.archive.org/web/https://pipenv.pypa.io/en/latest/>`__ |
139+
:doc:`Docs <pipenv:index>` |
140140
`Source <https://github.com/pypa/pipenv>`__ |
141141
`Issues <https://github.com/pypa/pipenv/issues>`__ |
142142
`PyPI <https://pypi.org/project/pipenv>`__

0 commit comments

Comments
 (0)