diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-10 21:36:30 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-10-10 21:36:30 +0200 |
commit | eecccf5e206ffdac6d29f757804165654324ea31 (patch) | |
tree | fdb1cdf181a6cff6acf4b67b589a6011bc1fc9e7 /doc/gitlab-basics/create-your-ssh-keys.md | |
parent | 4c8ea149edff0f03390db7f287753fc6c23fb75a (diff) | |
download | gitlab-ce-eecccf5e206ffdac6d29f757804165654324ea31.tar.gz |
Change img dir name
Diffstat (limited to 'doc/gitlab-basics/create-your-ssh-keys.md')
-rw-r--r-- | doc/gitlab-basics/create-your-ssh-keys.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/gitlab-basics/create-your-ssh-keys.md b/doc/gitlab-basics/create-your-ssh-keys.md index f31c353f2cf..50ac9c36988 100644 --- a/doc/gitlab-basics/create-your-ssh-keys.md +++ b/doc/gitlab-basics/create-your-ssh-keys.md @@ -12,15 +12,15 @@ After you confirm, go to GitLab and sign in to your account. On the left side menu, click on "profile settings" and then click on "SSH Keys": -![SSH Keys](basicsimages/shh_keys.png) +![SSH Keys](img/shh_keys.png) Then click on the green button "Add SSH Key": -![Add SSH Key](basicsimages/add_sshkey.png) +![Add SSH Key](img/add_sshkey.png) There, you should paste the SSH Key that your command line will generate for you. Below you'll find the steps to generate it: -![Paste SSH Key](basicsimages/paste_sshkey.png) +![Paste SSH Key](img/paste_sshkey.png) ## To generate an SSH Key on your command line @@ -28,6 +28,6 @@ Go to your [command line](start-using-git.md) and follow the [instructions](../s Copy the SSH Key that your command line created and paste it on the "Key" box on the GitLab page. The title will be added automatically. -![Paste SSH Key](basicsimages/key.png) +![Paste SSH Key](img/key.png) Now, you'll be able to use Git over SSH, instead of Git over HTTP. |