From 4c78c1908dbf59201227806a905e00c85e5f48df Mon Sep 17 00:00:00 2001 From: dragon788 Date: Mon, 1 Jan 2018 20:48:08 -0600 Subject: [PATCH] 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. --- docs/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index 48c90235..a465d6fa 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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 `_, -`Nix `_ -and `Homebrew `_. +`Pipsi `_, +`Nix `_ +and `Homebrew `_. .. toctree:: :maxdepth: 2