From f876ef6e4db9c5ece17d3bd5c7c8a4e31d9374b3 Mon Sep 17 00:00:00 2001
From: Ben Bodenmiller <bbodenmiller@hotmail.com>
Date: Mon, 6 Jul 2015 23:15:03 -0700
Subject: [PATCH] use relative link to SSH setup page

---
 doc/gitlab-basics/create-your-ssh-keys.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/gitlab-basics/create-your-ssh-keys.md b/doc/gitlab-basics/create-your-ssh-keys.md
index e1acc2bd65b..cb699588cac 100644
--- a/doc/gitlab-basics/create-your-ssh-keys.md
+++ b/doc/gitlab-basics/create-your-ssh-keys.md
@@ -28,7 +28,7 @@ You need to connect your computer to your GitLab account through SSH Keys. They
 
 ## To generate an SSH Key on your commandline
 
-* Go to your [commandline](start-using-git.md) and follow the [instructions](https://gitlab.com/help/ssh/README) to generate it
+* Go to your [commandline](start-using-git.md) and follow the [instructions](../ssh/README.md) to generate it
 
 * Copy the SSH Key that your commandline created and paste it on the "Key" box on the GitLab page. The title will be added automatically
 
-- 
GitLab