diff options
author | Marcia Ramos <virtua.creative@gmail.com> | 2017-08-10 16:14:45 -0300 |
---|---|---|
committer | Marcia Ramos <virtua.creative@gmail.com> | 2017-08-10 16:14:45 -0300 |
commit | 49da0a5ab29bb476fb38597ed322e1f11b92b7d5 (patch) | |
tree | 3dfe1462c13c024929350a631597bc45f909304a | |
parent | ce6714ad8e15820ea3e7fbe2d28a2cbd8e11221d (diff) | |
download | gitlab-ce-docs-update-docs.tar.gz |
Axil's reviewdocs-update-docs
-rw-r--r-- | doc/README.md | 2 | ||||
-rw-r--r-- | doc/user/index.md | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/README.md b/doc/README.md index 237d97b92ff..4175750d497 100644 --- a/doc/README.md +++ b/doc/README.md @@ -39,7 +39,7 @@ Shortcuts to GitLab's most visited docs: - [GitLab Workflow](workflow/README.md): Enhance your workflow with the best of GitLab Workflow. - See also [GitLab Workflow - an overview](https://about.gitlab.com/2016/10/25/gitlab-workflow-an-overview/). - [GitLab Markdown](user/markdown.md): GitLab's advanced formatting system (GitLab Flavored Markdown). -- [GitLab Quick Actions (Slash Commands)](user/project/quick_actions.md): Textual shortcuts for common actions on issues or merge requests that are usually done by clicking buttons or dropdowns in GitLab's UI. +- [GitLab Quick Actions](user/project/quick_actions.md): Textual shortcuts for common actions on issues or merge requests that are usually done by clicking buttons or dropdowns in GitLab's UI. ### User account diff --git a/doc/user/index.md b/doc/user/index.md index a741c88838c..d664fd62754 100644 --- a/doc/user/index.md +++ b/doc/user/index.md @@ -73,8 +73,8 @@ it all at once, from one single project. - [Repositories](project/repository/index.md): Host your codebase in repositories with version control and as part of a fully integrated platform. -- [Issues](project/issues/index.md): Explore the best of GitLab Issues. -- [Merge Requests](project/merge_requests/index.md): Collanorate on code, +- [Issues](project/issues/index.md): Explore the best of GitLab Issues' features. +- [Merge Requests](project/merge_requests/index.md): Collaborate on code, reviews, live preview changes per branch, and request approvals with Merge Requests. - [Milestones](project/milestones/index.md): Work on multiple issues and merge requests towards the same target date with Milestones. |