From b2b8d5457de988fc5938cfde64719dd4cc14977b Mon Sep 17 00:00:00 2001 From: Matt Moyer Date: Tue, 10 Nov 2020 17:19:30 -0600 Subject: [PATCH] Fix some links on the community page. Signed-off-by: Matt Moyer --- site/config.yaml | 1 + site/content/community/_index.html | 14 +++++++------- site/redirects/go.pinniped.dev/netlify.toml | 2 +- 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/site/config.yaml b/site/config.yaml index 048fa571..cf53de96 100644 --- a/site/config.yaml +++ b/site/config.yaml @@ -6,6 +6,7 @@ params: twitter_url: "https://twitter.com/projectpinniped" github_url: "https://github.com/vmware-tanzu/pinniped" slack_url: "https://kubernetes.slack.com/messages/pinniped" + community_url: "https://go.pinniped.dev/community" pygmentsCodefences: true pygmentsStyle: "pygments" markup: diff --git a/site/content/community/_index.html b/site/content/community/_index.html index 922c8528..df75cf68 100644 --- a/site/content/community/_index.html +++ b/site/content/community/_index.html @@ -1,5 +1,5 @@ --- -title: "" +title: "Pinniped Community" layout: section --- @@ -13,28 +13,28 @@ layout: section
- + }}">
-

Check out Github

+

}}">Check out Github

Head over to our git repo and check out the discussions and issues sections.

- + }}">
-

Chat with us on our Slack channel

+

}}">Chat with us on our Slack channel

Chat with us on our Kubernetes Slack channel #pinniped

- + }}">
-

Join the Meetings

+

}}">Join the Meetings

Join the Pinniped Community Meetings every 1st and 3rd Thursday

diff --git a/site/redirects/go.pinniped.dev/netlify.toml b/site/redirects/go.pinniped.dev/netlify.toml index c2dfdfd0..a1bc71ec 100644 --- a/site/redirects/go.pinniped.dev/netlify.toml +++ b/site/redirects/go.pinniped.dev/netlify.toml @@ -18,7 +18,7 @@ [[redirects]] from = "/community/slack" - to = "https://kubernetes.slack.com/archives/C01BW364RJA" + to = "https://kubernetes.slack.com/messages/pinniped" status = 302 force = true