From 725b90230c66731ff933681625f76d7c91d76845 Mon Sep 17 00:00:00 2001 From: Dilshaad21 Date: Wed, 25 Sep 2019 17:05:19 +0530 Subject: [PATCH] Development_Setup.rst: Fix install from git link Change original install from git link --> <#installing-from-git> to send it to the content in the same page instead of reloading the whole page to the link. Closes https://github.com/coala/coala/issues/5992 --- docs/Developers/Development_Setup.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Developers/Development_Setup.rst b/docs/Developers/Development_Setup.rst index f8ca6f622e..dfe77e3b05 100644 --- a/docs/Developers/Development_Setup.rst +++ b/docs/Developers/Development_Setup.rst @@ -77,7 +77,7 @@ in your current directory, as coala only works for Python >= 3.4.4 `Virtualenv User Guide `__. - After this, you can start - `installing from git `__. + `installing from git <#installing-from-git>`__. Repositories ------------