summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaren Carias <karen@gitlab.com>2015-06-30 09:03:10 -0700
committerkaren Carias <karen@gitlab.com>2015-06-30 09:03:10 -0700
commitfddeb0184caf2217644b4372c5f021d1403fc598 (patch)
tree877fe3876911fdc02103dae811c00d5a889cd5d7
parent1c9cca5e06a5242fca7ca0717f7392e7b0964871 (diff)
downloadgitlab-ce-fddeb0184caf2217644b4372c5f021d1403fc598.tar.gz
added new links
-rw-r--r--doc/gitlab-basics/README.md8
-rw-r--r--doc/gitlab-basics/command-line-commands.md2
-rw-r--r--doc/gitlab-basics/create-your-ssh-keys.md2
3 files changed, 6 insertions, 6 deletions
diff --git a/doc/gitlab-basics/README.md b/doc/gitlab-basics/README.md
index a2edede5f1c..ffe1c358424 100644
--- a/doc/gitlab-basics/README.md
+++ b/doc/gitlab-basics/README.md
@@ -2,10 +2,10 @@
Step-by-step guides on the basics of working with Git and GitLab.
-* [Start using Git on the commandline](start_using_git.md)
+* [Start using Git on the commandline](start-using-git.md)
-* [Create and add your SSH Keys](create_your_ssh_keys.md)
+* [Create and add your SSH Keys](create-your-ssh-keys.md)
-* [Command Line basic commands](command_line_commands.md)
+* [Command Line basic commands](command-line-commands.md)
-* [Basic Git commands](basic_git_commands.md)
+* [Basic Git commands](basic-git-commands.md)
diff --git a/doc/gitlab-basics/command-line-commands.md b/doc/gitlab-basics/command-line-commands.md
index bad91795528..4702ad99c10 100644
--- a/doc/gitlab-basics/command-line-commands.md
+++ b/doc/gitlab-basics/command-line-commands.md
@@ -8,7 +8,7 @@
![Select a project](basicsimages/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 [set up](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)
+* 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 [set up](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](basicsimages/https.png)
diff --git a/doc/gitlab-basics/create-your-ssh-keys.md b/doc/gitlab-basics/create-your-ssh-keys.md
index 1e7f7c28513..2b6a1f2d808 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](https://gitlab.com/help/ssh/README) 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