site: replace slack links with invite links

This commit is contained in:
Jarek Kowalski
2019-05-09 23:27:36 -07:00
parent 142bfa3622
commit 91c0cc3436
2 changed files with 3 additions and 3 deletions

View File

@@ -102,11 +102,11 @@ no = 'Sorry to hear that. Please <a href="https://github.com/kopia/kopia/issues/
# Developer relevant links. These will show up on right side of footer and in the community page if you have one.
[[params.links.developer]]
name = "GitHub"
url = "https://github.com/kopia"
url = "https://github.com/kopia/kopia"
icon = "fab fa-github"
desc = "Development takes place here!"
[[params.links.developer]]
name = "Slack"
url = "https://kopia.slack.com/"
url = "https://join.slack.com/t/kopia/shared_invite/enQtNjMxMTcxMTMxNDYwLWI4YzVkMzFhN2QwZGVhMzgwZDk2MGUzNmZhOWZkMmIzMDBlYzhmZTI3NTYxZWE1YWI4YWY1N2VhMGM4ZjJiNGQ"
icon = "fab fa-slack"
desc = "Chat with other project developers"

View File

@@ -28,7 +28,7 @@ We do a [Pull Request](https://github.com/kopia/kopia/pulls) contributions workf
{{% /blocks/feature %}}
{{% blocks/feature icon="fab fa-slack" title="Join the conversation on Slack" url="https://kopia.slack.com" %}}
{{% blocks/feature icon="fab fa-slack" title="Join the conversation on Slack" url="https://join.slack.com/t/kopia/shared_invite/enQtNjMxMTcxMTMxNDYwLWI4YzVkMzFhN2QwZGVhMzgwZDk2MGUzNmZhOWZkMmIzMDBlYzhmZTI3NTYxZWE1YWI4YWY1N2VhMGM4ZjJiNGQ" %}}
For announcement of latest features etc.
{{% /blocks/feature %}}