diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2015-07-06 23:15:03 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2015-07-06 23:15:03 -0700 |
commit | f876ef6e4db9c5ece17d3bd5c7c8a4e31d9374b3 (patch) | |
tree | c4a1a881153762be3be31e0520ba8bb5b2a14760 /doc | |
parent | 17446ff0c98e870f0500279983432e5115e060a4 (diff) | |
download | gitlab-ce-f876ef6e4db9c5ece17d3bd5c7c8a4e31d9374b3.tar.gz |
use relative link to SSH setup page
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gitlab-basics/create-your-ssh-keys.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |