diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-22 13:11:18 +0200 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-03-22 13:11:18 +0200 |
commit | 09cd4351fa17ffcae3b5ce960e562a7ced6facfe (patch) | |
tree | e7dbeb305749100431483102f9a1feedc118bd9e | |
parent | e53707fc9ea65f7a547c7b70d0ed465acc00e7a3 (diff) | |
download | gitlab-ce-09cd4351fa17ffcae3b5ce960e562a7ced6facfe.tar.gz |
Remove redundant word
[ci skip]
-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 cc4372ab792..3aa83975ace 100644 --- a/doc/gitlab-basics/README.md +++ b/doc/gitlab-basics/README.md @@ -4,7 +4,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) -- [Command Line basic commands](command-line-commands.md) +- [Command Line basics](command-line-commands.md) - [Create a project](create-project.md) - [Create a group](create-group.md) - [Create a branch](create-branch.md) |