File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -111,17 +111,17 @@ You'll need to create a Slack app. It's not as scary as it sounds!
111111It will have certain permissions to post to particular channels, and will have
112112an 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/ >`_
115115for 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
You can’t perform that action at this time.
0 commit comments