From eecccf5e206ffdac6d29f757804165654324ea31 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Mon, 10 Oct 2016 21:36:30 +0200 Subject: Change img dir name --- doc/gitlab-basics/command-line-commands.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/gitlab-basics/command-line-commands.md') 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 -- cgit v1.2.1