diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-08-22 13:51:38 +0000 |
---|---|---|
committer | Ruben Davila <rdavila84@gmail.com> | 2016-08-23 16:32:40 -0500 |
commit | 14e7ab49fe22c7b102d26a6d7eddcb704cc70ba0 (patch) | |
tree | bea38af293e7598801960eac8ee5707436f99465 /doc | |
parent | 82368d41687613af98726951e3316be4ca5e7d77 (diff) | |
download | gitlab-ce-14e7ab49fe22c7b102d26a6d7eddcb704cc70ba0.tar.gz |
Merge branch 'doc-slash-commands-location' into 'master'
Change slash commands docs location
See merge request !5937
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/project/slash_commands.md (renamed from doc/workflow/slash_commands.md) | 2 | ||||
-rw-r--r-- | doc/workflow/README.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/workflow/slash_commands.md b/doc/user/project/slash_commands.md index 91d69d4e77e..11e1574f772 100644 --- a/doc/workflow/slash_commands.md +++ b/doc/user/project/slash_commands.md @@ -26,5 +26,5 @@ do. | `/done` | Mark todo as done | | `/subscribe` | Subscribe | | `/unsubscribe` | Unsubscribe | -| `/due <in 2 days | this Friday | December 31st>` | Set due date | +| `/due <in 2 days or this Friday or December 31st>` | Set due date | | `/remove_due_date` | Remove due date | diff --git a/doc/workflow/README.md b/doc/workflow/README.md index 8979600735a..0cf56449de2 100644 --- a/doc/workflow/README.md +++ b/doc/workflow/README.md @@ -8,7 +8,6 @@ - [Groups](groups.md) - [Issue Board](../user/project/issue_board.md) - [Keyboard shortcuts](shortcuts.md) -- [Slash commands](slash_commands.md) - [File finder](file_finder.md) - [Labels](../user/project/labels.md) - [Notification emails](notifications.md) @@ -16,6 +15,7 @@ - [Project forking workflow](forking_workflow.md) - [Project users](add-user/add-user.md) - [Protected branches](../user/project/protected_branches.md) +- [Slash commands](../user/project/slash_commands.md) - [Sharing a project with a group](share_with_group.md) - [Share projects with other groups](share_projects_with_other_groups.md) - [Web Editor](web_editor.md) |