Fix some links on the community page.

Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
Matt Moyer 2020-11-10 17:19:30 -06:00
parent 16ef0b2d41
commit b2b8d5457d
No known key found for this signature in database
GPG Key ID: EAE88AD172C5AE2D
3 changed files with 9 additions and 8 deletions

View File

@ -6,6 +6,7 @@ params:
twitter_url: "https://twitter.com/projectpinniped" twitter_url: "https://twitter.com/projectpinniped"
github_url: "https://github.com/vmware-tanzu/pinniped" github_url: "https://github.com/vmware-tanzu/pinniped"
slack_url: "https://kubernetes.slack.com/messages/pinniped" slack_url: "https://kubernetes.slack.com/messages/pinniped"
community_url: "https://go.pinniped.dev/community"
pygmentsCodefences: true pygmentsCodefences: true
pygmentsStyle: "pygments" pygmentsStyle: "pygments"
markup: markup:

View File

@ -1,5 +1,5 @@
--- ---
title: "" title: "Pinniped Community"
layout: section layout: section
--- ---
@ -13,28 +13,28 @@ layout: section
<div class="grid three"> <div class="grid three">
<div class="col"> <div class="col">
<div class="icon"> <div class="icon">
<img src="/img/github-image.svg" /> <a href="{{< param "github_url" >}}"><img src="/img/github-image.svg" /></a>
</div> </div>
<div class="content"> <div class="content">
<h3><a href="{{ .Site.Params.github_url }}">Check out Github</a></h3> <h3><a href="{{< param "github_url" >}}">Check out Github</a></h3>
<p>Head over to our git repo and check out the discussions and issues sections.</p> <p>Head over to our git repo and check out the discussions and issues sections.</p>
</div> </div>
</div> </div>
<div class="col"> <div class="col">
<div class="icon"> <div class="icon">
<img src="/img/slack.svg" /> <a href="{{< param "slack_url" >}}"><img src="/img/slack.svg" /></a>
</div> </div>
<div class="content"> <div class="content">
<h3><a href="{{ .Site.Params.slack_url }}">Chat with us on our Slack channel</a></h3> <h3><a href="{{< param "slack_url" >}}">Chat with us on our Slack channel</a></h3>
<p>Chat with us on our Kubernetes Slack channel #pinniped</p> <p>Chat with us on our Kubernetes Slack channel #pinniped</p>
</div> </div>
</div> </div>
<div class="col"> <div class="col">
<div class="icon"> <div class="icon">
<img src="/img/calendar.svg" /> <a href="{{< param "community_url" >}}"><img src="/img/calendar.svg" /></a>
</div> </div>
<div class="content"> <div class="content">
<h3><a href="#">Join the Meetings</a></h3> <h3><a href="{{< param "community_url" >}}">Join the Meetings</a></h3>
<p>Join the Pinniped Community Meetings every 1st and 3rd Thursday</p> <p>Join the Pinniped Community Meetings every 1st and 3rd Thursday</p>
</div> </div>
</div> </div>

View File

@ -18,7 +18,7 @@
[[redirects]] [[redirects]]
from = "/community/slack" from = "/community/slack"
to = "https://kubernetes.slack.com/archives/C01BW364RJA" to = "https://kubernetes.slack.com/messages/pinniped"
status = 302 status = 302
force = true force = true