فهرست منبع

chore: update Discord invite links across documentation and components to the new URL for consistency and improved access

Mathias 10 ماه پیش
والد
کامیت
2cb11c61da
3فایلهای تغییر یافته به همراه4 افزوده شده و 4 حذف شده
  1. 1 1
      CONTRIBUTING.md
  2. 2 2
      README.md
  3. 1 1
      src/features/layout/Footer.tsx

+ 1 - 1
CONTRIBUTING.md

@@ -11,7 +11,7 @@
 
 - **GitHub Discussions**: For general questions and ideas
 - **GitHub Issues**: For bug reports and feature requests
-- **Discord**: [Join our community](https://discord.gg/workout-cool) for real-time chat (incoming)
+- **Discord**: [Join our community](https://discord.gg/NtrsUBuHUB) for real-time chat (incoming)
 
 ### Resources
 

+ 2 - 2
README.md

@@ -9,7 +9,7 @@
 <img src="https://img.shields.io/github/issues/Snouzy/workout-cool" alt="Issues">
 <img src="https://img.shields.io/github/languages/count/Snouzy/workout-cool" alt="Languages">
 <img src="https://img.shields.io/github/repo-size/Snouzy/workout-cool" alt="Repository Size">
-<a href="https://discord.com/invite/HfsmS7bzXh">
+<a href="https://discord.gg/NtrsUBuHUB">
    <img src="https://img.shields.io/badge/Discord-Join%20Community-5865F2?logo=discord&logoColor=white&style=flat-square" alt="Discord">
 </a>
 <a href="https://ko-fi.com/workoutcool">
@@ -318,7 +318,7 @@ This project is licensed under the MIT License. See the [LICENSE](LICENSE) file
 - 🤝 **Contribute code** if you're a developer : let's build this together
 
 <div>
-  <a href="https://discord.com/invite/HfsmS7bzXh" target="_blank">
+  <a href="https://discord.gg/NtrsUBuHUB" target="_blank">
     <img src="https://img.shields.io/badge/Discord-Join%20Our%20Community-5865F2?logo=discord&logoColor=white&style=for-the-badge" alt="Discord">
   </a>
 </div>

+ 1 - 1
src/features/layout/Footer.tsx

@@ -24,7 +24,7 @@ const SOCIAL_LINKS = [
     label: "Email",
   },
   {
-    href: "https://discord.com/invite/HfsmS7bzXh",
+    href: "https://discord.gg/NtrsUBuHUB",
     icon: DiscordSvg,
     label: "Discord",
   },