Skip to content

Commit 131b42b

Browse files
committed
Update Slack links to use relative paths for consistency across documentation
Signed-off-by: Pete Cheslock <[email protected]>
1 parent 3e55b71 commit 131b42b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ This project follows the main llm-d [Contributing Guidelines](https://github.com
102102

103103
## 🆘 Need Help?
104104

105-
- **General questions**: [llm-d Slack](https://inviter.co/llm-d-slack)
105+
- **General questions**: <a href="/slack" target="_self">llm-d Slack</a>
106106
- **Website issues**: [Create an issue](https://github.com/llm-d/llm-d.github.io/issues)
107107
- **Content questions**: Check if content is synced, then edit in appropriate repository

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,5 +104,5 @@ When you open a pull request, a preview of your changes will be automatically ge
104104

105105
## Questions?
106106

107-
- For immediate help: Join [llm-d.slack.com](https://llm-d.slack.com) -> [Invite Link](https://inviter.co/llm-d-slack)
107+
- For immediate help: Join [llm-d.slack.com](https://llm-d.slack.com) -> <a href="/slack" target="_self">Invite Link</a>
108108
- For issues: Create an issue in [llm-d/llm-d.github.io](https://github.com/llm-d/llm-d.github.io)

blog/2025-05-20_announce.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ llm-d builds brings together the performance of vLLM with the operationalizabili
188188
We welcome AI engineers and researchers to join the llm-d community and contribute:
189189

190190
* Check out our repository on Github: [https://github.com/llm-d/llm-d](https://github.com/llm-d/llm-d)
191-
* Join our developer slack: [https://inviter.co/llm-d-slack](https://inviter.co/llm-d-slack)
191+
* Join our developer slack: <a href="/slack" target="_self">/slack</a>
192192
* Try out our quick starts to deploy llm-d on your Kubernetes cluster: [https://github.com/llm-d/llm-d-deployer/tree/main/quickstart](https://github.com/llm-d/llm-d-deployer/tree/main/quickstart)
193193

194194
Please join us. The future of AI is open.

blog/2025-06-03_week_1_round_up.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ We use Google Groups to share architecture diagrams and other content. Please jo
4545
- All SIG meetings
4646
- Weekly Community Meeting, every Wednesday @ 12:30pm Eastern Time
4747
* Join the [llm-d Google group](http://red.ht/llm-d-google-group) - this is where all engineering drafts are shared. You must join the group to have access to project google docs.
48-
* Join [Slack](https://inviter.co/llm-d-slack)
48+
* Join <a href="/slack" target="_self">Slack</a>
4949
* [llm-d Roadmap for Q2](https://github.com/llm-d/llm-d/issues/26)
5050

5151
**Where to follow us on Social Media**

blog/2025-06-25_community_update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ There are many ways to contribute to llm-d:
7171
2. Review the [project public calendar](https://red.ht/llm-d-public-calendar) and join an upcoming community meeting
7272
3. Subscribe to our [YouTube channel](https://youtube.com/@llm-d-project) for tutorials and meeting recordings
7373
4. Fill out the [Use Case Survey](https://docs.google.com/forms/d/e/1FAIpQLScENfBNrN1q8XpugCmDUjy8sSn1cMzi_V0mCWTRwzixcPAQkw/viewform) to help shape our benchmarks
74-
5. Join our [Slack workspace](https://inviter.co/llm-d-slack) for real-time discussions
74+
5. Join our <a href="/slack" target="_self">Slack workspace</a> for real-time discussions
7575
6. Check out our [Contributor Guidelines](https://llm-d.ai/docs/community/contribute) to start contributing code
7676

7777
We're looking forward to hearing from you and working together to make llm-d even better!

docs/community/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This page is your gateway to everything you need to know about participating in
1515

1616
**New to llm-d?** Here's how to get started:
1717

18-
1. **Join our Slack** 💬 → [Get your invite](https://inviter.co/llm-d-slack) and visit [llm-d.slack.com](https://llm-d.slack.com)
18+
1. **Join our Slack** 💬 → <a href="/slack" target="_self">Get your invite</a> and visit [llm-d.slack.com](https://llm-d.slack.com)
1919
2. **Explore our code** 📂 → [GitHub Organization](https://github.com/llm-d)
2020
3. **Join a meeting** 📅 → [Add calendar](https://red.ht/llm-d-public-calendar)
2121
4. **Pick your area** 🎯 → [Browse SIGs](#special-interest-groups-sigs) below

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ const config = {
242242
</a>
243243
</div>
244244
<div class="footer-socials-cta">
245-
<a href="https://inviter.co/llm-d-slack" target="_blank" rel="noreferrer noopener" aria-label="Join our Slack">
245+
<a href="/slack" target="_self" rel="noreferrer noopener" aria-label="Join our Slack">
246246
<span class="button-link">Join our Slack</span>
247247
<img src="/img/new-social/inviter-logo.png" alt="Slack Invite" />
248248
</a>

0 commit comments

Comments
 (0)