From 8619006c16731b99fa36b434d209a0c2caf2d998 Mon Sep 17 00:00:00 2001 From: Brian Madison Date: Sat, 19 Jul 2025 00:36:13 -0500 Subject: [PATCH] fix: docs --- CONTRIBUTING.md | 2 +- README.md | 4 ++-- docs/how-to-contribute-with-pull-requests.md | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d354d9c8..d3e5414e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ Thank you for considering contributing to this project! This document outlines t Also note, we use the discussions feature in GitHub to have a community to discuss potential ideas, uses, additions and enhancements. -💬 **Discord Community**: Join our [Discord server](https://discord.gg/g6ypHytrCB) for real-time discussions: +💬 **Discord Community**: Join our [Discord server](https://discord.gg/gk8jAdXWmj) for real-time discussions: - **#general-dev** - Technical discussions, feature ideas, and development questions - **#bugs-issues** - Bug reports and issue discussions diff --git a/README.md b/README.md index c2508404..a2474a04 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ This two-phase approach eliminates both **planning inconsistency** and **context - **[Create my own AI agents](#creating-your-own-expansion-pack)** → Build agents for your domain - **[Browse ready-made expansion packs](expansion-packs/)** → Game dev, DevOps, infrastructure and get inspired with ideas and examples - **[Understand the architecture](docs/core-architecture.md)** → Technical deep dive -- **[Join the community](https://discord.gg/g6ypHytrCB)** → Get help and share ideas +- **[Join the community](https://discord.gg/gk8jAdXWmj)** → Get help and share ideas ## Important: Keep Your BMad Installation Updated @@ -121,7 +121,7 @@ BMad's natural language framework works in ANY domain. Expansion packs provide s ## Support -- 💬 [Discord Community](https://discord.gg/g6ypHytrCB) +- 💬 [Discord Community](https://discord.gg/gk8jAdXWmj) - 🐛 [Issue Tracker](https://github.com/bmadcode/bmad-method/issues) - 💬 [Discussions](https://github.com/bmadcode/bmad-method/discussions) diff --git a/docs/how-to-contribute-with-pull-requests.md b/docs/how-to-contribute-with-pull-requests.md index 5fed618c..4d13e848 100644 --- a/docs/how-to-contribute-with-pull-requests.md +++ b/docs/how-to-contribute-with-pull-requests.md @@ -14,7 +14,7 @@ A pull request (PR) is how you propose changes to a project on GitHub. Think of - **For bug fixes**: Create an issue using the [bug report template](https://github.com/bmadcode/bmad-method/issues/new?template=bug_report.md) - **For new features**: - 1. Discuss in Discord [#general-dev channel](https://discord.gg/g6ypHytrCB) + 1. Discuss in Discord [#general-dev channel](https://discord.gg/gk8jAdXWmj) 2. Create an issue using the [feature request template](https://github.com/bmadcode/bmad-method/issues/new?template=feature_request.md) - **For large changes**: Always open an issue first to discuss alignment @@ -131,7 +131,7 @@ git push origin fix/typo-in-readme ## Need Help? -- 💬 Join our [Discord Community](https://discord.gg/g6ypHytrCB) for real-time help: +- 💬 Join our [Discord Community](https://discord.gg/gk8jAdXWmj) for real-time help: - **#general-dev** - Technical questions and feature discussions - **#bugs-issues** - Get help with bugs before filing issues - 💬 Ask questions in [GitHub Discussions](https://github.com/bmadcode/bmad-method/discussions)