Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-10-10 22:36:30 +0300
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-10-10 22:36:30 +0300
commiteecccf5e206ffdac6d29f757804165654324ea31 (patch)
treefdb1cdf181a6cff6acf4b67b589a6011bc1fc9e7 /doc/gitlab-basics/create-your-ssh-keys.md
parent4c8ea149edff0f03390db7f287753fc6c23fb75a (diff)
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.md8
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.