Skip to content

Commit 4fd43a9

Browse files
authored
chore(docs): adding discord links (#1799)
# Description This PR replaces the Slack invite links with the discord ones. ## Type of Change - [ ] Bugfix - [ ] New Feature - [ ] Breaking Change - [ ] Refactor - [x] Documentation - [ ] Other (please describe) ## Checklist - [x] I have read the [contributing guidelines](/agntcy/repo-template/blob/main/CONTRIBUTING.md) - [ ] Existing issues have been referenced (where applicable) - [x] I have verified this change is not present in other open pull requests - [ ] Functionality is documented - [ ] All code style checks pass - [ ] New code contribution is covered by automated tests - [ ] All new and existing tests pass Signed-off-by: Aron Kerekes <arkereke@cisco.com>
1 parent 3e760e0 commit 4fd43a9

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ use your help.
1212
This guide will help you get started. **Do not let this guide intimidate you**.
1313
It should be considered a map to help you navigate the process.
1414

15-
The [dev channel][dev] is available for any concerns not covered in this guide,
15+
The [Discord community][dev] is available for any concerns not covered in this guide,
1616
please join us!
1717

18-
[dev]: https://agntcy.slack.com
18+
[dev]: https://discord.gg/nbeEENusy
1919

2020
## Contributing in Issues
2121

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ task lint
331331

332332
- 📚 [Documentation](https://docs.agntcy.org/slim/overview)
333333
- 📖 [IETF Specification](https://datatracker.ietf.org/doc/draft-slim-protocol/)
334-
- 💬 [Slack Community](https://join.slack.com/t/agntcy/shared_invite/zt-3xozr6nzq-i6LXv2P8l2kVW4_Prnny2w)
334+
- 💬 [Discord Community](https://discord.gg/nbeEENusy)
335335
- 🎥 [YouTube Channel](https://www.youtube.com/@agntcy-lf)
336336

337337
## License

docs/content/community.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Contributors to **Secure Low-Latency Interactive Messaging (SLIM)** work in the
1212
open on the specification, the Rust data plane, the control plane, the language
1313
bindings, and the protocol integrations. If you run SLIM nodes, build agents on
1414
top of the bindings, or integrate SLIM transport into your stack, the links
15-
below are where the work happens—repos, Slack, meetings, and recent posts from
15+
below are where the work happens—repos, Discord, meetings, and recent posts from
1616
the team.
1717

1818
SLIM is developed within
@@ -25,7 +25,7 @@ infrastructure for open, vendor-neutral agent communication.
2525

2626
Stay involved with the AGNTCY community and SLIM contributors:
2727

28-
- **[AGNTCY Slack workspace](https://join.slack.com/t/agntcy/shared_invite/zt-3xozr6nzq-i6LXv2P8l2kVW4_Prnny2w)** — chat with maintainers and contributors
28+
- **[AGNTCY Discord server](https://discord.gg/nbeEENusy)** — chat with maintainers and contributors
2929
- **[AGNTCY Meeting Calendar](https://zoom-lfx.platform.linuxfoundation.org/meetings/agntcy?view=week)** — working group and community meetings
3030
- **[AGNTCY on GitHub](https://github.com/agntcy)** — organization home for all IoA projects
3131
- **[AGNTCY Blogs](https://blogs.agntcy.org/)** — announcements, tutorials, and project updates

docs/content/slim/slim-howto.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,8 @@ You've installed SLIM! Here's what to do next:
429429
1. Read the [messaging layer documentation](./slim-data-plane.md)
430430
2. Explore the [example applications](https://github.com/agntcy/slim-bindings)
431431
3. Learn about [configuration options](./slim-data-plane-config.md)
432-
4. Join us on [Slack](https://join.slack.com/t/agntcy/shared_invite/zt-3xozr6nzq-i6LXv2P8l2kVW4_Prnny2w)
432+
4. Join us on [Discord](https://discord.gg/nbeEENusy)
433433

434434
## Need Help?
435435

436-
If you get stuck, check the [detailed documentation](../index.md), ask questions in our [community forums](https://join.slack.com/t/agntcy/shared_invite/zt-3hb4p7bo0-5H2otGjxGt9OQ1g5jzK_GQ), or report issues on [GitHub](https://github.com/agntcy/slim).
436+
If you get stuck, check the [detailed documentation](../index.md), ask questions in our [Discord community](https://discord.gg/nbeEENusy), or report issues on [GitHub](https://github.com/agntcy/slim).

0 commit comments

Comments
 (0)