Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZ.J. van de Weg <git@zjvandeweg.nl>2016-12-22 20:58:39 +0300
committerZ.J. van de Weg <git@zjvandeweg.nl>2016-12-22 21:12:17 +0300
commit4b203877bd66eb811918acd4871e61148306c630 (patch)
treef33c54148c2d28c486d9d4da17a051d3be08d95e /doc/project_services
parent4213e8ac691d3c98a44b693951eb5439b0859772 (diff)
List all commands
[ci skip]
Diffstat (limited to 'doc/project_services')
-rw-r--r--doc/project_services/slack_slash_commands.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/project_services/slack_slash_commands.md b/doc/project_services/slack_slash_commands.md
index 92d4e2afd29..b6b5c741d90 100644
--- a/doc/project_services/slack_slash_commands.md
+++ b/doc/project_services/slack_slash_commands.md
@@ -5,11 +5,12 @@
Slack commands give users an extra interface to perform common operations
from the chat environment. This allows one to, for example, create an issue as
soon as the idea was discussed in chat.
-For all available commands try the help subcommand, for example: `/gitlab help`
+For all available commands try the help subcommand, for example: `/gitlab help`,
+all review the [full list of commands](../integrations/chat_commands.md).
## Prerequisites
-A [team](https://get.slack.help/hc/en-us/articles/217608418-Creating-a-team) in Slack should be create beforehand, GitLab can not create it for you.
+A [team](https://get.slack.help/hc/en-us/articles/217608418-Creating-a-team) in Slack should be created beforehand, GitLab cannot create it for you.
## Configuration