diff options
author | stanhu <stanhu@gmail.com> | 2015-07-07 05:44:06 -0700 |
---|---|---|
committer | stanhu <stanhu@gmail.com> | 2015-07-07 05:44:06 -0700 |
commit | 5f4ec600249fe640dbd32e6d22b66879a43e68e6 (patch) | |
tree | 38bb41d8521f968b5c1ec9e058faa6664f572b7e /doc | |
parent | 62c8bc22ccd49dbf971d9ed271a9434e56d6d5f2 (diff) | |
parent | f876ef6e4db9c5ece17d3bd5c7c8a4e31d9374b3 (diff) | |
download | gitlab-ce-5f4ec600249fe640dbd32e6d22b66879a43e68e6.tar.gz |
Merge pull request #9435 from bbodenmiller/patch-1
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 |