From 0fd196acbb30ffa944907913d50d31629c637ac1 Mon Sep 17 00:00:00 2001 From: Marcia Ramos Date: Mon, 15 May 2017 12:03:34 -0300 Subject: [PATCH] fix broken link --- doc/articles/how_to_install_git/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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