diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-09-06 23:44:26 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-09-06 23:44:26 +0200 |
commit | 6952a6d76f9421c1238b052b49c8959453bf195c (patch) | |
tree | f154db7f0b67a709aea14034bf375a47fd77e386 /doc/gitlab-basics/README.md | |
parent | 1e042ac251119c5e3b0ef8e76f3a6d9420fba98b (diff) | |
download | gitlab-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/gitlab-basics/README.md')
-rw-r--r-- | doc/gitlab-basics/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/gitlab-basics/README.md b/doc/gitlab-basics/README.md index 3aa83975ace..baa59ecef37 100644 --- a/doc/gitlab-basics/README.md +++ b/doc/gitlab-basics/README.md @@ -3,7 +3,7 @@ Step-by-step guides on the basics of working with Git and GitLab. - [Start using Git on the command line](start-using-git.md) -- [Create and add your SSH Keys](create-your-ssh-keys.md) +- [Create and add your SSH Keys](../user/profile/ssh_keys.md) - [Command Line basics](command-line-commands.md) - [Create a project](create-project.md) - [Create a group](create-group.md) |