From d2663262d4520498efb89e1fc54bbb30289740d8 Mon Sep 17 00:00:00 2001 From: Zhang <56248212+YonganZhang@users.noreply.github.com> Date: Wed, 1 Apr 2026 09:10:28 +0800 Subject: [PATCH] Fix broken URL in Twitch extension README (#58563) Remove stray `%20` (URL-encoded space) from the StreamWeasels username-to-ID converter link, which caused a 404 when clicked. Co-authored-by: Claude Opus 4.6 (1M context) --- extensions/twitch/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/twitch/README.md b/extensions/twitch/README.md index 0d5aad8fcf6..8fb73b6233d 100644 --- a/extensions/twitch/README.md +++ b/extensions/twitch/README.md @@ -31,7 +31,7 @@ Minimal config (simplified single-account): accessToken: "oauth:abc123...", // OAuth Access Token (add oauth: prefix) clientId: "xyz789...", // Client ID from Token Generator channel: "vevisk", // Channel to join (required) - allowFrom: ["123456789"], // (recommended) Your Twitch user ID only (Convert your twitch username to ID at https://www.streamweasels.com/tools/convert-twitch-username-%20to-user-id/) + allowFrom: ["123456789"], // (recommended) Your Twitch user ID only (Convert your twitch username to ID at https://www.streamweasels.com/tools/convert-twitch-username-to-user-id/) }, }, }