Fix some links on the community page.
Signed-off-by: Matt Moyer <moyerm@vmware.com>
This commit is contained in:
parent
16ef0b2d41
commit
b2b8d5457d
@ -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:
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
title: ""
|
||||
title: "Pinniped Community"
|
||||
layout: section
|
||||
---
|
||||
|
||||
@ -13,28 +13,28 @@ layout: section
|
||||
<div class="grid three">
|
||||
<div class="col">
|
||||
<div class="icon">
|
||||
<img src="/img/github-image.svg" />
|
||||
<a href="{{< param "github_url" >}}"><img src="/img/github-image.svg" /></a>
|
||||
</div>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
<div class="icon">
|
||||
<img src="/img/slack.svg" />
|
||||
<a href="{{< param "slack_url" >}}"><img src="/img/slack.svg" /></a>
|
||||
</div>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col">
|
||||
<div class="icon">
|
||||
<img src="/img/calendar.svg" />
|
||||
<a href="{{< param "community_url" >}}"><img src="/img/calendar.svg" /></a>
|
||||
</div>
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user