Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/blog/2025-08-04-valkey-swift/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
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).
2 changes: 1 addition & 1 deletion content/community.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down