diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-07-08 11:20:14 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2015-07-08 11:20:14 +0200 |
commit | 0c4d923caddc8f790c7c8456cc2b4f56386e3c2b (patch) | |
tree | 0ca45e320f3ea861a164b5db2c846c7cb796b95d /doc/gitlab-basics | |
parent | deb487ec1fd4f7c647211b33d341b408db70f6a9 (diff) | |
parent | 5f4ec600249fe640dbd32e6d22b66879a43e68e6 (diff) | |
download | gitlab-ce-0c4d923caddc8f790c7c8456cc2b4f56386e3c2b.tar.gz |
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Diffstat (limited to 'doc/gitlab-basics')
-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 |