summaryrefslogtreecommitdiff
path: root/doc/development/python_guide
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2019-07-09 00:20:40 +0000
committerEvan Read <eread@gitlab.com>2019-07-09 00:20:40 +0000
commit347a8799096d2ace4e1b4577f8f79518085ffa40 (patch)
tree450c7169d136a411a9affba5a790c5f3f30283d2 /doc/development/python_guide
parent3deb8f6864ccd18c27dcd52e279c6c7b2060b04e (diff)
downloadgitlab-ce-347a8799096d2ace4e1b4577f8f79518085ffa40.tar.gz
Update redirected links to final destination
Updating redirected links in the development, install, policy raketasks and university dirs. Should now link to final URL to avoid redirect hops
Diffstat (limited to 'doc/development/python_guide')
-rw-r--r--doc/development/python_guide/index.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/development/python_guide/index.md b/doc/development/python_guide/index.md
index 6025dc9ebf2..a80bee27d4a 100644
--- a/doc/development/python_guide/index.md
+++ b/doc/development/python_guide/index.md
@@ -36,7 +36,7 @@ You can read more about it in: <https://github.com/pyenv/pyenv-installer#prerequ
Pyenv installation will add required changes to Bash. If you use a different shell,
check for any additional steps required for it.
-For Fish, you can install a plugin for [Fisherman](https://github.com/fisherman/fisherman):
+For Fish, you can install a plugin for [Fisher](https://github.com/jorgebucaran/fisher):
```bash
fisher add fisherman/pyenv
@@ -76,4 +76,3 @@ pipenv shell
After running that command, you can run GitLab on the same shell and it will be using the Python and dependencies
installed from the `pipenv install` command.
-