summaryrefslogtreecommitdiff
path: root/doc/README.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-09-06 23:44:26 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-09-06 23:44:26 +0200
commit6952a6d76f9421c1238b052b49c8959453bf195c (patch)
treef154db7f0b67a709aea14034bf375a47fd77e386 /doc/README.md
parent1e042ac251119c5e3b0ef8e76f3a6d9420fba98b (diff)
downloadgitlab-ce-docs/refactor-ssh-keys.tar.gz
First take on refactoring the SSH keys docsdocs/refactor-ssh-keys
- Split ssh/README.md to user/profile/ssh_keys.md and user/project/deploy_keys.md - Deprecate gitlab-basics/create-your-ssh-keys.md and move its info in user/profile/ssh_keys.md - Change links in views
Diffstat (limited to 'doc/README.md')
-rw-r--r--doc/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/README.md b/doc/README.md
index 254394eb63e..a56f9ba78a0 100644
--- a/doc/README.md
+++ b/doc/README.md
@@ -16,7 +16,7 @@
- [Profile Settings](profile/README.md)
- [Project Services](project_services/project_services.md) Integrate a project with external services, such as CI and chat.
- [Public access](public_access/public_access.md) Learn how you can allow public and internal access to projects.
-- [SSH](ssh/README.md) Setup your ssh keys and deploy keys for secure access to your projects.
+- [SSH keys](user/profile/ssh_keys.md) Setup your SSH keys for secure access to your projects.
- [Webhooks](web_hooks/web_hooks.md) Let GitLab notify you when new code has been pushed to your project.
- [Workflow](workflow/README.md) Using GitLab functionality and importing projects from GitHub and SVN.