Skip to content

Commit a25eff2

Browse files
authored
Slack app instructions have moved - updating link.
1 parent 1a488e6 commit a25eff2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/practices/ci_testing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,17 +111,17 @@ You'll need to create a Slack app. It's not as scary as it sounds!
111111
It will have certain permissions to post to particular channels, and will have
112112
an associated webhook URL that we'll use to send messages from GitHub to the app.
113113

114-
See `Slack's official documentation <https://api.slack.com/start/quickstart>`_
114+
See `Slack's official documentation <https://docs.slack.dev/app-management/quickstart-app-settings/>`_
115115
for setting up an app. We really only need steps 1 and 5, summarized below:
116116

117-
- `Step 1 <https://api.slack.com/start/quickstart#creating>`_: Create an app
117+
- `Step 1 <https://docs.slack.dev/app-management/quickstart-app-settings/#creating>`_: Create an app
118118
from scratch. The ``App Name`` you select here will appear in the slack
119119
notificationw we create later, so use something descriptive enough, like:
120120

121121
- <my project> Slack Bot
122122
- <my project> CI Reporter
123123

124-
- `Step 5 <https://api.slack.com/start/quickstart#webhooks>`_: Add a new
124+
- `Step 5 <https://docs.slack.dev/app-management/quickstart-app-settings/#webhooks>`_: Add a new
125125
webhook and you'll give it permission to post to a specific slack channel.
126126
Copy the webook URL.
127127

0 commit comments

Comments
 (0)