From 92c309f2e171331a6945c2bc1ff1c019b5c5285b Mon Sep 17 00:00:00 2001 From: yinghaosang Date: Thu, 26 Feb 2026 12:07:29 +0800 Subject: [PATCH] docs: fix wrong Providers link in configuration examples --- docs/gateway/configuration-examples.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gateway/configuration-examples.md b/docs/gateway/configuration-examples.md index abc010ce8fe..0639dc36e92 100644 --- a/docs/gateway/configuration-examples.md +++ b/docs/gateway/configuration-examples.md @@ -628,4 +628,4 @@ Only enable direct mutable name/email/nick matching with each channel's `dangero - If you set `dmPolicy: "open"`, the matching `allowFrom` list must include `"*"`. - Provider IDs differ (phone numbers, user IDs, channel IDs). Use the provider docs to confirm the format. - Optional sections to add later: `web`, `browser`, `ui`, `discovery`, `canvasHost`, `talk`, `signal`, `imessage`. -- See [Providers](/channels/whatsapp) and [Troubleshooting](/gateway/troubleshooting) for deeper setup notes. +- See [Providers](/providers) and [Troubleshooting](/gateway/troubleshooting) for deeper setup notes.