From 20e3eb8fce28fea7d6e022e3707f990121b67361 Mon Sep 17 00:00:00 2001 From: angleyanalbedo <100198247+angleyanalbedo@users.noreply.github.com> Date: Sun, 15 Mar 2026 15:32:54 +0800 Subject: [PATCH] docs(readme): fix broken link to Channel Plugin Guide --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0410a35..017f80c 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ That's it! You have a working AI assistant in 2 minutes. ## 💬 Chat Apps -Connect nanobot to your favorite chat platform. Want to build your own? See the [Channel Plugin Guide](.docs/CHANNEL_PLUGIN_GUIDE.md). +Connect nanobot to your favorite chat platform. Want to build your own? See the [Channel Plugin Guide](./docs/CHANNEL_PLUGIN_GUIDE.md). > Channel plugin support is available in the `main` branch; not yet published to PyPI.