mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
Fixed broken links to fancy install methods (#1258)
* Fixed broken links to fancy install methods Outside of the TOC blocks it was referring to install.html instead of /install/ and resulted in broken links.
This commit is contained in:
+3
-3
@@ -57,9 +57,9 @@ Pipenv is a python package and so can be installed using ``pip`` as you would ex
|
||||
If you have excellent taste, there are various other installation methods which
|
||||
prevent pipenv and its dependencies from interfering with the rest of your
|
||||
Python installation. These include
|
||||
`Pipsi <https://docs.pipenv.org/install.html#fancy-installation-of-pipenv>`_,
|
||||
`Nix <https://docs.pipenv.org/install.html#referentially-transparent-installation-of-pipenv>`_
|
||||
and `Homebrew <https://docs.pipenv.org/install.html#homebrew-installation-of-pipenv>`_.
|
||||
`Pipsi <https://docs.pipenv.org/install/#fancy-installation-of-pipenv>`_,
|
||||
`Nix <https://docs.pipenv.org/install/#referentially-transparent-installation-of-pipenv>`_
|
||||
and `Homebrew <https://docs.pipenv.org/install/#homebrew-installation-of-pipenv>`_.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
Reference in New Issue
Block a user