summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcia Ramos <virtua.creative@gmail.com>2017-05-15 12:03:34 -0300
committerMarcia Ramos <virtua.creative@gmail.com>2017-05-15 12:03:34 -0300
commit0fd196acbb30ffa944907913d50d31629c637ac1 (patch)
tree6beb4203ce8e1256b3e920c8eb5b97a1440f6f58
parenta302ab159285c69553e88c10c6bfde4cd5fb26e1 (diff)
downloadgitlab-ce-0fd196acbb30ffa944907913d50d31629c637ac1.tar.gz
fix broken link
-rw-r--r--doc/articles/how_to_install_git/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/articles/how_to_install_git/index.md b/doc/articles/how_to_install_git/index.md
index 2f504416358..66d866b2d09 100644
--- a/doc/articles/how_to_install_git/index.md
+++ b/doc/articles/how_to_install_git/index.md
@@ -41,7 +41,7 @@ brew install git
```
Congratulations you should now have Git installed via Homebrew.
-Next read our article on [adding an SSH key to GitLab](../ssh/README.md).
+Next read our article on [adding an SSH key to GitLab](../../ssh/README.md).
## Install Git on Ubuntu Linux