docs: fix Discord community links (#294)

This commit is contained in:
Elliot Chen 2026-06-17 17:16:13 +08:00 committed by GitHub
parent 9c7c9d7316
commit 5a821acf20
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -97,7 +97,7 @@ Thanks to our community for valuable feedback, bug reports, and feature
suggestions: suggestions:
- **GitHub Issues & Discussions** — bug reports and feature requests - **GitHub Issues & Discussions** — bug reports and feature requests
- **Discord** — [Join our Discord server](https://discord.gg/pfwwskxp) - **Discord** — [Join our Discord server](https://discord.gg/gYep5nQRZJ)
- **X / Twitter** — [@EverMindAI](https://x.com/EverMindAI) - **X / Twitter** — [@EverMindAI](https://x.com/EverMindAI)
--- ---

View File

@ -16,7 +16,7 @@ What we actively welcome from the community:
| 🐛 Bug reports | [Open a bug issue](https://github.com/EverMind-AI/EverOS/issues/new?template=bug_report.yml) | | 🐛 Bug reports | [Open a bug issue](https://github.com/EverMind-AI/EverOS/issues/new?template=bug_report.yml) |
| 💡 Feature ideas / use cases | [Open a feature issue](https://github.com/EverMind-AI/EverOS/issues/new?template=feature_request.yml) | | 💡 Feature ideas / use cases | [Open a feature issue](https://github.com/EverMind-AI/EverOS/issues/new?template=feature_request.yml) |
| 🔧 Focused fixes | A pull request linked to a bug, design note, or clear reproduction | | 🔧 Focused fixes | A pull request linked to a bug, design note, or clear reproduction |
| ❓ Questions & discussion | [GitHub Discussions](https://github.com/EverMind-AI/EverOS/discussions) / [Discord](https://discord.gg/pfwwskxp) | | ❓ Questions & discussion | [GitHub Discussions](https://github.com/EverMind-AI/EverOS/discussions) / [Discord](https://discord.gg/gYep5nQRZJ) |
Large architectural changes should start as an issue or discussion before code. Large architectural changes should start as an issue or discussion before code.
Small documentation, test, CI, and bug-fix PRs can be opened directly. Small documentation, test, CI, and bug-fix PRs can be opened directly.
@ -65,7 +65,7 @@ are expected to uphold it. Report unacceptable behavior to evermind@shanda.com.
## Questions ## Questions
- [GitHub Discussions](https://github.com/EverMind-AI/EverOS/discussions) — general Q&A - [GitHub Discussions](https://github.com/EverMind-AI/EverOS/discussions) — general Q&A
- [Discord](https://discord.gg/pfwwskxp) — community chat - [Discord](https://discord.gg/gYep5nQRZJ) — community chat
- Email: evermind@shanda.com - Email: evermind@shanda.com
--- ---