diff --git a/content/blog/2025-08-04-valkey-swift/index.md b/content/blog/2025-08-04-valkey-swift/index.md index 1d1d7166..4768bad4 100644 --- a/content/blog/2025-08-04-valkey-swift/index.md +++ b/content/blog/2025-08-04-valkey-swift/index.md @@ -199,4 +199,4 @@ We'd love you to try the client out and get your feedback. ### Connect with us -If you want to discuss any of the above, want to report a bug or want to contribute please reach out to us on [GitHub](https://github.com/valkey-io/valkey-swift/) or talk to us in the `#valkey-swift` channel on the [Valkey Slack](https://valkey-oss-developer.slack.com/join/shared_invite/zt-2nxs51chx-EB9hu9Qdch3GMfRcztTSkQ#/shared-invite/email). \ No newline at end of file +If you want to discuss any of the above, want to report a bug or want to contribute please reach out to us on [GitHub](https://github.com/valkey-io/valkey-swift/) or talk to us in the `#valkey-swift` channel on the [Valkey Slack](https://valkey.io/slack). \ No newline at end of file diff --git a/content/community.md b/content/community.md index e1e9f6cf..18303ace 100644 --- a/content/community.md +++ b/content/community.md @@ -7,7 +7,7 @@ template = "community.html" cards = [ { icon = "icon-question.svg", title = "Ask Questions", description = "If you have any inquiries about Valkey, feel free to join the conversation on our GitHub discussions or chat with us on Slack.", links = [ { url = "https://github.com/orgs/valkey-io/discussions", text = "GitHub Repository" }, - { url = "https://valkey-oss-developer.slack.com/join/shared_invite/zt-2nxs51chx-EB9hu9Qdch3GMfRcztTSkQ#/shared-invite/email", text = "Slack" } + { url = "https://valkey.io/slack", text = "Slack" } ] }, { icon = "icon-bug.svg", title = "Report Bugs", description = "If you encounter any issues while using Valkey, please help us improve the project by filing a bug report at our GitHub repository.", links = [ { url = "https://github.com/valkey-io/valkey/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=%5BBUG%5D", text = "GitHub Repository" }