From 8f7a4c43be0662ec2bd3b3e701174fc6929d7bd7 Mon Sep 17 00:00:00 2001 From: Ben Tullis Date: Thu, 16 May 2024 12:07:22 +0100 Subject: [PATCH] doc: Fix the Slack invite link The link on the README file to get an invite to the Ceph Slack was missing a URL scheme, so it was interpreted as a relative link and resulted in a 404. Signed-off-by: Ben Tullis --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28e22fba9..6922647fb 100644 --- a/README.md +++ b/README.md @@ -208,6 +208,6 @@ Please use the following to reach members of the community: [#ceph-csi](https://ceph-storage.slack.com/archives/C05522L7P60) channel on the [ceph Slack](https://ceph-storage.slack.com) to discuss anything related to this project. You can join the Slack by this - [invite link](bit.ly/ceph-slack-invite) + [invite link](https://bit.ly/ceph-slack-invite) - Forums: [ceph-csi](https://groups.google.com/forum/#!forum/ceph-csi) - Twitter: [@CephCsi](https://twitter.com/CephCsi)