Skip to content

Commit b6c49e4

Browse files
authored
docs: remove links to pages that are no longer referenced in markdown (#459)
1 parent 82b86fb commit b6c49e4

1 file changed

Lines changed: 8 additions & 57 deletions

File tree

README.md

Lines changed: 8 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -7,74 +7,25 @@
77
Comprehensive documentation is available at [tools.slack.dev/slack-github-action](https://tools.slack.dev/slack-github-action).
88

99
Use this GitHub Action to:
10-
* [Send data with a webhook to start a workflow in Workflow Builder](https://tools.slack.dev/slack-github-action/sending-techniques/sending-data-webhook-slack-workflow).
11-
* [Send data using a Slack API method and a secret token with required scopes](https://tools.slack.dev/slack-github-action/sending-techniques/sending-data-slack-api-method/).
12-
* [Send data as a message with a Slack incoming webhook URL](https://tools.slack.dev/slack-github-action/sending-techniques/sending-data-slack-incoming-webhook/).
10+
11+
- [Send data with a webhook to start a workflow in Workflow Builder](https://tools.slack.dev/slack-github-action/sending-techniques/sending-data-webhook-slack-workflow).
12+
- [Send data using a Slack API method and a secret token with required scopes](https://tools.slack.dev/slack-github-action/sending-techniques/sending-data-slack-api-method/).
13+
- [Send data as a message with a Slack incoming webhook URL](https://tools.slack.dev/slack-github-action/sending-techniques/sending-data-slack-incoming-webhook/).
1314

1415
## Project details
1516

1617
### Versioning
1718

18-
We recommend using the latest version of this Action for the most recent updates
19-
and fixes.
19+
We recommend using the latest version of this Action for the most recent updates and fixes.
2020

21-
Migration guides are available in the [release notes][releases] with breaking
22-
changes noted between versions.
21+
Migration guides are available in the [release notes](https://github.com/slackapi/slack-github-action/releases) with breaking changes noted between versions.
2322

24-
Changes required when upgrading from `@v1` to `@v2` are included in this
25-
[migration guide][v2.0.0].
23+
Changes required when upgrading from `@v1` to `@v2` are included in this [migration guide](https://github.com/slackapi/slack-github-action/releases/tag/v2.0.0).
2624

2725
### License
2826

2927
This project is licensed under the [MIT license](LICENSE).
3028

3129
### Contributing
3230

33-
All contributions are encouraged! Check out the
34-
[contributor's guide][contributing] to learn more.
35-
36-
[apps]: https://api.slack.com/apps
37-
[apps-new]: https://api.slack.com/apps/new
38-
[axios-retry]: https://www.npmjs.com/package/axios-retry
39-
[block-kit]: https://api.slack.com/surfaces/messages#complex_layouts
40-
[chat.postMessage]: https://api.slack.com/methods/chat.postMessage
41-
[chat.update]: https://api.slack.com/methods/chat.update
42-
[chat:write]: https://api.slack.com/scopes/chat:write
43-
[config-tokens]: https://api.slack.com/reference/manifests#config-tokens
44-
[contributing]: .github/contributing.md
45-
[conversation]: https://api.slack.com/types/conversation
46-
[custom-api-url]: https://tools.slack.dev/node-slack-sdk/web-api/#custom-api-url
47-
[epoch]: https://en.wikipedia.org/wiki/Unix_time
48-
[event-context]: https://github.com/actions/toolkit/blob/main/packages/github/src/context.ts#L6
49-
[event-payload]: https://docs.github.com/en/webhooks/webhook-events-and-payloads
50-
[examples]: https://github.com/slackapi/slack-github-action/tree/main/example-workflows
51-
[files.upload]: https://api.slack.com/messaging/files#upload
52-
[files.uploadV2]: https://tools.slack.dev/node-slack-sdk/web-api/#upload-a-file
53-
[flat]: https://www.npmjs.com/package/flat
54-
[formatting]: https://api.slack.com/reference/surfaces/formatting
55-
[github-environment]: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables
56-
[github-outputs]: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/passing-information-between-jobs
57-
[github-variables]: https://docs.github.com/en/actions/learn-github-actions/variables
58-
[incoming-webhook]: https://api.slack.com/messaging/webhooks
59-
[incoming-webhook-scope]: https://api.slack.com/scopes/incoming-webhook
60-
[interactivity]: https://api.slack.com/messaging/interactivity
61-
[job-step]: https://docs.github.com/en/actions/learn-github-actions/workflow-syntax-for-github-actions#jobsjob_idsteps
62-
[messaging-parents]: https://api.slack.com/messaging/retrieving#finding_threads
63-
[messaging-threads]: https://api.slack.com/messaging/sending#threading
64-
[messaging-timestamp]: https://api.slack.com/messaging/retrieving#individual_messages
65-
[methods]: https://api.slack.com/methods
66-
[mrkdwn]: https://api.slack.com/reference/surfaces/formatting
67-
[plans]: https://slack.com/pricing
68-
[rate-limits]: https://api.slack.com/apis/rate-limits
69-
[releases]: https://github.com/slackapi/slack-github-action/releases
70-
[repo-secret]: https://docs.github.com/en/actions/security-for-github-actions/security-guides/using-secrets-in-github-actions#creating-secrets-for-a-repository
71-
[response]: https://api.slack.com/web#responses
72-
[retries]: https://tools.slack.dev/node-slack-sdk/web-api/#automatic-retries
73-
[retry-after]: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Retry-After
74-
[scopes]: https://api.slack.com/scopes
75-
[slack-web-api]: https://tools.slack.dev/node-slack-sdk/web-api
76-
[tokens]: https://api.slack.com/concepts/token-types
77-
[v2.0.0]: https://github.com/slackapi/slack-github-action/releases/tag/v2.0.0
78-
[variables]: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/store-information-in-variables
79-
[wfb]: https://slack.com/features/workflow-automation
80-
[wfb-create]: https://slack.com/help/articles/360041352714-Build-a-workflow--Create-a-workflow-that-starts-outside-of-Slack
31+
All contributions are encouraged! Check out the [contributor's guide](.github/contributing.md) to learn more.

0 commit comments

Comments
 (0)