From c1f850ad8797edefe94e88c223ee75d0ad6c1f5e Mon Sep 17 00:00:00 2001 From: Ayan Pahwa Date: Tue, 25 Aug 2026 12:51:13 +0530 Subject: [PATCH 1/2] docs: replace the dead Discord invite Signed-off-by: Ayan Pahwa --- .github/ISSUE_TEMPLATE/config.yml | 2 +- CONTRIBUTING.md | 2 +- README.md | 4 ++-- plugins/humanbound-test/README.md | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 0ccf150..728bcd2 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -7,7 +7,7 @@ contact_links: url: https://github.com/humanbound/plugins/discussions about: Use Discussions for questions, ideas, and show-and-tell. - name: Discord community - url: https://discord.gg/gQyXjVBF + url: https://discord.gg/QFTD6tr9zu about: Chat with the community and the maintainers. - name: Documentation url: https://docs.humanbound.ai/ diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 89a2991..f302e55 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -133,7 +133,7 @@ repo itself is not versioned. ## Community -- **Discord** — [discord.gg/gQyXjVBF](https://discord.gg/gQyXjVBF) +- **Discord** — [discord.gg/QFTD6tr9zu](https://discord.gg/QFTD6tr9zu) - **Discussions** — on the GitHub repo - **Docs** — [docs.humanbound.ai](https://docs.humanbound.ai) diff --git a/README.md b/README.md index 8497d2b..a4b223b 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Status: preview CI License - Discord + Discord Docs

@@ -100,7 +100,7 @@ dev loop, plugin layout conventions, and the DCO sign-off requirement (see - 🐛 [Report a bug](https://github.com/humanbound/plugins/issues/new/choose) - 💡 [Request a feature](https://github.com/humanbound/plugins/issues/new/choose) - 🔒 [Report a security issue](./SECURITY.md) — **not via public Issues** -- 💬 [Join Discord](https://discord.gg/gQyXjVBF) +- 💬 [Join Discord](https://discord.gg/QFTD6tr9zu) ## License diff --git a/plugins/humanbound-test/README.md b/plugins/humanbound-test/README.md index e71cb07..8c68167 100644 --- a/plugins/humanbound-test/README.md +++ b/plugins/humanbound-test/README.md @@ -19,7 +19,7 @@

Status: preview License - Discord + Discord Docs

From 94dba6c3992aa391d0fde4aca8c2d60767cefac9 Mon Sep 17 00:00:00 2001 From: Ayan Pahwa Date: Tue, 25 Aug 2026 12:51:13 +0530 Subject: [PATCH 2/2] docs(changelog): note the Discord invite fix Signed-off-by: Ayan Pahwa --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b9c811..29221f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,11 @@ and each plugin adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0. - `CONTRIBUTING.md` gains an explicit third-party license policy: vendored code must be permissively licensed (Apache-2.0/MIT/BSD/ISC); GPL, AGPL, SSPL, and BSL code cannot be accepted. +- **Discord links now point at the `#start-here` invite** (repo-wide, #7). + Every Discord link in the repo used `discord.gg/gQyXjVBF`, which no longer + resolves. `README.md`, `CONTRIBUTING.md`, the new-issue chooser, and the + `humanbound-test` plugin README now use `discord.gg/QFTD6tr9zu`, the live + invite www.humanbound.ai links to. ### Added - `NOTICE` file per Apache-2.0 section 4(d).