From d1dc60774ba10bfdfa6d2167760e1172579227c9 Mon Sep 17 00:00:00 2001 From: DEOKLYONG MOON Date: Sat, 7 Feb 2026 11:08:26 +0900 Subject: [PATCH] Docs: fix broken /plugins links (#9308) * Docs: fix broken /plugins links to /plugin The documentation linked to /plugins which doesn't exist. The correct path is /plugin (singular) which contains the plugins overview documentation. Co-Authored-By: Claude Opus 4.5 * docs: drop manual zh-CN doc edits from plugins link fix --------- Co-authored-by: Claude Opus 4.5 Co-authored-by: Sebastian <19554889+sebslight@users.noreply.github.com> --- docs/channels/bluebubbles.md | 2 +- docs/cli/memory.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/channels/bluebubbles.md b/docs/channels/bluebubbles.md index 1f1ee40ea3..1b43240875 100644 --- a/docs/channels/bluebubbles.md +++ b/docs/channels/bluebubbles.md @@ -337,4 +337,4 @@ Prefer `chat_guid` for stable routing: - OpenClaw auto-hides known-broken actions based on the BlueBubbles server's macOS version. If edit still appears on macOS 26 (Tahoe), disable it manually with `channels.bluebubbles.actions.edit=false`. - For status/health info: `openclaw status --all` or `openclaw status --deep`. -For general channel workflow reference, see [Channels](/channels) and the [Plugins](/plugins) guide. +For general channel workflow reference, see [Channels](/channels) and the [Plugins](/plugin) guide. diff --git a/docs/cli/memory.md b/docs/cli/memory.md index 61b34419b2..db56e773f1 100644 --- a/docs/cli/memory.md +++ b/docs/cli/memory.md @@ -14,7 +14,7 @@ Provided by the active memory plugin (default: `memory-core`; set `plugins.slots Related: - Memory concept: [Memory](/concepts/memory) -- Plugins: [Plugins](/plugins) +- Plugins: [Plugins](/plugin) ## Examples