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/command-line-commands.md
parent4c8ea149edff0f03390db7f287753fc6c23fb75a (diff)
Change img dir name
Diffstat (limited to 'doc/gitlab-basics/command-line-commands.md')
-rw-r--r--doc/gitlab-basics/command-line-commands.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/gitlab-basics/command-line-commands.md b/doc/gitlab-basics/command-line-commands.md
index addd3b6b6eb..253edc8a7e8 100644
--- a/doc/gitlab-basics/command-line-commands.md
+++ b/doc/gitlab-basics/command-line-commands.md
@@ -6,11 +6,11 @@ In Git, when you copy a project you say you "clone" it. To work on a git project
When you are on your Dashboard, click on the project that you'd like to clone, which you'll find at the right side of your screen.
-![Select a project](basicsimages/select_project.png)
+![Select a project](img/select_project.png)
To work in the project, you can copy a link to the Git repository through a SSH or a HTTPS protocol. SSH is easier to use after it's been [setup](create-your-ssh-keys.md). When you're in the project, click on the HTTPS or SSH button at the right side of your screen. Then copy the link (you'll have to paste it on your shell in the next step).
-![Copy the HTTPS or SSH](basicsimages/https.png)
+![Copy the HTTPS or SSH](img/https.png)
## On the command line