summaryrefslogtreecommitdiff
path: root/doc/gitlab-basics/README.md
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-05-03 10:17:32 +1000
committerEvan Read <eread@gitlab.com>2019-05-28 11:18:35 +1000
commit668356798b9b58cd3fbffad591e21472ac175fd8 (patch)
tree1a47fac3bda626f9485e289fdfa72a69cd7f8fe5 /doc/gitlab-basics/README.md
parent96badd39d47d4bb8f7b2433be153b7df4ddd209f (diff)
downloadgitlab-ce-docs/overhaul-create-ssh-keys-page.tar.gz
Refactor GitLab basics ssh keys docsdocs/overhaul-create-ssh-keys-page
Ensures we give instructions for how to create ssh keys in a single place only.
Diffstat (limited to 'doc/gitlab-basics/README.md')
-rw-r--r--doc/gitlab-basics/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gitlab-basics/README.md b/doc/gitlab-basics/README.md
index 28ba20bec09..00ac6d6b650 100644
--- a/doc/gitlab-basics/README.md
+++ b/doc/gitlab-basics/README.md
@@ -15,7 +15,7 @@ This documentation is split into the following groups:
The following are guides to basic GitLab functionality:
-- [Create and add your SSH Keys](create-your-ssh-keys.md), for enabling Git over SSH.
+- [Create and add your SSH public key](create-your-ssh-keys.md), for enabling Git over SSH.
- [Create a project](create-project.md), to start using GitLab.
- [Create a group](../user/group/index.md#create-a-new-group), to combine and administer projects together.
- [Create a branch](create-branch.md), to make changes to files stored in a project's repository.