From d6f4317f0e08c69a35d8d7337ef88f0813b0b810 Mon Sep 17 00:00:00 2001 From: KaifAhmad1 Date: Thu, 5 Feb 2026 13:46:06 +0530 Subject: [PATCH] Update Discord links across documentation - Update all Discord links to correct server (https://discord.gg/ggb7vWeP) - Fixed links in README.md, CONTRIBUTING.md, SUPPORT.md, and other docs - Ensures consistent Discord server reference across project --- .github/SUPPORT.md | 2 +- CONTRIBUTING.md | 12 ++++++------ CONTRIBUTORS.md | 2 +- README.md | 10 +++++----- SUPPORT.md | 2 +- .../change_management/change_management_usage.md | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/SUPPORT.md b/.github/SUPPORT.md index 00bc55e4..63d81ab0 100644 --- a/.github/SUPPORT.md +++ b/.github/SUPPORT.md @@ -7,7 +7,7 @@ Check the [docs folder](https://github.com/Hawksight-AI/semantica/tree/main/docs ### 💬 Community Support - **GitHub Discussions**: [Ask questions](https://github.com/Hawksight-AI/semantica/discussions) -- **Discord**: Join our [Discord server](https://discord.gg/semantica) for real-time chat +- **Discord**: Join our [Discord server](https://discord.gg/ggb7vWeP) for real-time chat ### 💭 Discussions Join the conversation on [GitHub Discussions](https://github.com/Hawksight-AI/semantica/discussions): diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 23ab0fdb..4344f66b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,9 +2,9 @@ Thank you for your interest in contributing! Every contribution, no matter how small, is valuable. 🎉 -⭐ **Give us a Star** • 🍴 **[Fork Semantica](https://github.com/Hawksight-AI/semantica/fork)** • 💬 **Join our [Discord](https://discord.gg/vqRt2qbx)** +⭐ **Give us a Star** • 🍴 **[Fork Semantica](https://github.com/Hawksight-AI/semantica/fork)** • 💬 **Join our [Discord](https://discord.gg/ggb7vWeP)** -> **New to contributing?** Start with a [`good first issue`](https://github.com/Hawksight-AI/semantica/labels/good%20first%20issue) or join our [Discord](https://discord.gg/vqRt2qbx) community. +> **New to contributing?** Start with a [`good first issue`](https://github.com/Hawksight-AI/semantica/labels/good%20first%20issue) or join our [Discord](https://discord.gg/ggb7vWeP) community. --- @@ -15,7 +15,7 @@ Thank you for your interest in contributing! Every contribution, no matter how s 3. Make your changes 4. Submit a pull request! -**Need help?** Join [Discord](https://discord.gg/vqRt2qbx) or [GitHub Discussions](https://github.com/Hawksight-AI/semantica/discussions) +**Need help?** Join [Discord](https://discord.gg/ggb7vWeP) or [GitHub Discussions](https://github.com/Hawksight-AI/semantica/discussions) --- @@ -108,7 +108,7 @@ Thank you for your interest in contributing! Every contribution, no matter how s **What:** Help others in the community -**Where:** [Discord](https://discord.gg/vqRt2qbx), [GitHub Discussions](https://github.com/Hawksight-AI/semantica/discussions) +**Where:** [Discord](https://discord.gg/ggb7vWeP), [GitHub Discussions](https://github.com/Hawksight-AI/semantica/discussions) **Examples:** Answer questions, review PRs, share your projects @@ -326,7 +326,7 @@ result = instance.method() ## 🆘 Getting Help -- 💬 [Discord](https://discord.gg/vqRt2qbx) - Real-time chat +- 💬 [Discord](https://discord.gg/ggb7vWeP) - Real-time chat - 💭 [GitHub Discussions](https://github.com/Hawksight-AI/semantica/discussions) - Q&A - 🐛 [GitHub Issues](https://github.com/Hawksight-AI/semantica/issues) - Bug reports @@ -363,4 +363,4 @@ This project follows a [Code of Conduct](CODE_OF_CONDUCT.md). Be respectful and Every contribution matters - whether it's a single line of code, a typo fix, a helpful answer, or a bug report. We appreciate you! 🙏 -⭐ **Give us a Star** • 🍴 **[Fork Semantica](https://github.com/Hawksight-AI/semantica/fork)** • 💬 **Join our [Discord](https://discord.gg/vqRt2qbx)** +⭐ **Give us a Star** • 🍴 **[Fork Semantica](https://github.com/Hawksight-AI/semantica/fork)** • 💬 **Join our [Discord](https://discord.gg/ggb7vWeP)** diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index f26b5726..b1390443 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -4,7 +4,7 @@ Thank you to all the people who have contributed to Semantica! 🎉 This project follows the [all-contributors](https://allcontributors.org) specification. Contributions of any kind are welcome! -⭐ **Give us a Star** • 🍴 **Fork us** • 💬 **Join our [Discord](https://discord.gg/vqRt2qbx)** +⭐ **Give us a Star** • 🍴 **Fork us** • 💬 **Join our [Discord](https://discord.gg/ggb7vWeP)** --- diff --git a/README.md b/README.md index 1756ffcb..c0928fb2 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ [![PyPI](https://img.shields.io/pypi/v/semantica.svg)](https://pypi.org/project/semantica/) [![Total Downloads](https://static.pepy.tech/badge/semantica)](https://pepy.tech/project/semantica) [![CI](https://github.com/Hawksight-AI/semantica/workflows/CI/badge.svg)](https://github.com/Hawksight-AI/semantica/actions) -[![Discord](https://img.shields.io/badge/Discord-Join-7289da?logo=discord&logoColor=white)](https://discord.gg/RgaGTj9J) +[![Discord](https://img.shields.io/badge/Discord-Join-7289da?logo=discord&logoColor=white)](https://discord.gg/ggb7vWeP) ### ⭐ Give us a Star • 🍴 Fork us • 💬 Join our Discord @@ -47,7 +47,7 @@ kg = GraphBuilder().build({"entities": entities, "relationships": []}) print(f"Built KG with {len(kg.get('entities', []))} entities") ``` -**[📖 Full Quick Start](#-quick-start)** • **[🍳 Cookbook Examples](#-semantica-cookbook)** • **[💬 Join Discord](https://discord.gg/RgaGTj9J)** • **[⭐ Star Us](https://github.com/Hawksight-AI/semantica)** +**[📖 Full Quick Start](#-quick-start)** • **[🍳 Cookbook Examples](#-semantica-cookbook)** • **[💬 Join Discord](https://discord.gg/ggb7vWeP)** • **[⭐ Star Us](https://github.com/Hawksight-AI/semantica)** --- @@ -952,7 +952,7 @@ print(f"Found {len(results)} results") | **Channel** | **Purpose** | |:-----------:|:-----------| -| [**Discord**](https://discord.gg/pMHguUzG) | Real-time help, showcases | +| [**Discord**](https://discord.gg/ggb7vWeP) | Real-time help, showcases | | [**GitHub Discussions**](https://github.com/Hawksight-AI/semantica/discussions) | Q&A, feature requests | ### Learning Resources @@ -963,7 +963,7 @@ print(f"Found {len(results)} results") Enterprise support, professional services, and commercial licensing will be available in the future. For now, we offer community support through Discord and GitHub Discussions. **Current Support:** -- **Community Support** - Free support via [Discord](https://discord.gg/pMHguUzG) and [GitHub Discussions](https://github.com/Hawksight-AI/semantica/discussions) +- **Community Support** - Free support via [Discord](https://discord.gg/ggb7vWeP) and [GitHub Discussions](https://github.com/Hawksight-AI/semantica/discussions) - **Bug Reports** - [GitHub Issues](https://github.com/Hawksight-AI/semantica/issues) **Future Enterprise Offerings:** @@ -1015,4 +1015,4 @@ Semantica is licensed under the **MIT License** - see the [LICENSE](https://gith **Built by the Semantica Community** -[GitHub](https://github.com/Hawksight-AI/semantica) • [Discord](https://discord.gg/RgaGTj9J) +[GitHub](https://github.com/Hawksight-AI/semantica) • [Discord](https://discord.gg/ggb7vWeP) diff --git a/SUPPORT.md b/SUPPORT.md index 0aa470c7..e09edfc9 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -27,7 +27,7 @@ Start with our comprehensive documentation: **Best for**: Real-time chat and quick questions -- [Join Discord](https://discord.gg/pMHguUzG) +- [Join Discord](https://discord.gg/ggb7vWeP) #### GitHub Issues diff --git a/semantica/change_management/change_management_usage.md b/semantica/change_management/change_management_usage.md index 5295ac03..56f569fd 100644 --- a/semantica/change_management/change_management_usage.md +++ b/semantica/change_management/change_management_usage.md @@ -1041,4 +1041,4 @@ manager = TemporalVersionManager(storage_path="large_data.db") For questions or issues: - GitHub Issues: https://github.com/Hawksight-AI/semantica/issues - Documentation: https://semantica.readthedocs.io -- Community: https://discord.gg/semantica +- Community: https://discord.gg/ggb7vWeP