From cd89deaab0c33bd37cdcc4341caecf3d8b65ac70 Mon Sep 17 00:00:00 2001 From: "@zimeg" Date: Fri, 13 Dec 2024 17:35:56 -0800 Subject: [PATCH] docs: swap the permalink for a package slug w webhooks --- docs/content/index.md | 8 ++++---- docs/content/packages/webhook.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/content/index.md b/docs/content/index.md index 22e2b4f90..f138c3e6b 100644 --- a/docs/content/index.md +++ b/docs/content/index.md @@ -13,10 +13,10 @@ The Node Slack SDK has corresponding packages for Slack APIs. They are small and | Slack API | Use | NPM package | |--------------|--------------|-------------------| -| Web API | Send data to or query data from Slack using any of [over 200 methods](https://api.slack.com/methods). | [`@slack/web-api`](https://tools.slack.dev/node-slack-sdk/web-api) | -| OAuth | Set up the authentication flow using V2 OAuth for Slack apps as well as V1 OAuth for classic Slack apps. | [`@slack/oauth`](https://tools.slack.dev/node-slack-sdk/oauth) | -| Incoming Webhooks | Send notifications to a single channel which the user picks on installation. | [`@slack/webhook`](https://tools.slack.dev/node-slack-sdk/webhook) | -| Socket Mode | Listen for incoming messages and a limited set of events happening in Slack, using WebSocket. | [`@slack/socket-mode`](https://tools.slack.dev/node-slack-sdk/socket-mode) | +| Web API | Send data to or query data from Slack using any of [over 200 methods](https://api.slack.com/methods). | [`@slack/web-api`](/web-api) | +| OAuth | Set up the authentication flow using V2 OAuth for Slack apps as well as V1 OAuth for classic Slack apps. | [`@slack/oauth`](/oauth) | +| Incoming Webhooks | Send notifications to a single channel which the user picks on installation. | [`@slack/webhook`](/webhook) | +| Socket Mode | Listen for incoming messages and a limited set of events happening in Slack, using WebSocket. | [`@slack/socket-mode`](/socket-mode) | :::warning[Deprecation Notice] diff --git a/docs/content/packages/webhook.md b/docs/content/packages/webhook.md index 195570186..62df8f81a 100644 --- a/docs/content/packages/webhook.md +++ b/docs/content/packages/webhook.md @@ -1,6 +1,6 @@ --- title: Incoming Webhooks -permalink: /webhook +slug: /webhook --- # Slack Incoming Webhooks