Skip to content

Commit 3064146

Browse files
committed
Fix KubeWeekly archive link
Signed-off-by: Dmitry Shurupov <[email protected]>
1 parent 76a8b9a commit 3064146

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<div class="clear"><input type="submit" value="{{ T "subscribe_button" }}" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
3131
</div>
3232
</form>
33-
<h5 style="text-align: center"><a href="https://us10.campaign-archive.com/home/?u=3885586f8f1175194017967d6&id=11c1b8bcb2" aria-label="Kube Weekly" style="color: #3371E3; font-weight: 400; font-size: 20px">{{ T "main_kubeweekly_past_link" }}</a></h5>
33+
<h5 style="text-align: center"><a href="https://www.cncf.io/kubeweekly/" aria-label="Kube Weekly" style="color: #3371E3; font-weight: 400; font-size: 20px">{{ T "main_kubeweekly_past_link" }}</a></h5>
3434
</div>
3535

3636
<!--End mc_embed_signup-->

layouts/shortcodes/kubeweekly.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<div class="clear"><input type="submit" value="{{ T "subscribe_button" }}" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
1313
</div>
1414
</form>
15-
<h5><a class="kubeweekly-signup" href="https://us10.campaign-archive.com/home/?u=3885586f8f1175194017967d6&id=11c1b8bcb2" aria-label="Kube Weekly">{{ T "main_kubeweekly_past_link" }}</a></h5>
15+
<h5><a class="kubeweekly-signup" href="https://www.cncf.io/kubeweekly/" aria-label="Kube Weekly">{{ T "main_kubeweekly_past_link" }}</a></h5>
1616
</div>
1717
</div>
1818
</section>

0 commit comments

Comments
 (0)