Skip to content

Commit 7ddeae0

Browse files
authored
fix: update /conf/ link (#801)
* add trailing slash to conf link * change conf link
1 parent ada92f6 commit 7ddeae0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/site/_includes/header.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{%
22
set linkList = [
33
{ "url": "/", "text": "Home" },
4-
{ "url": "/conf", "text": "Jamstack Conf 2022" },
4+
{ "url": "/conf/", "text": "Jamstack Conf 2022" },
55
{ "url": "/glossary/", "text": "Glossary" },
66
{ "url": "/women-of-jamstack/", "text": "Women of Jamstack"},
77
{ "url": "/tv/", "text": "Jamstack TV" },

src/site/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ layout: layouts/base.njk
4343
Join 20,000+ web developers for two days dedicated to building modern web projects.
4444
</p>
4545
<p class="mb-5">
46-
<a href="https://jamstackconf.com" class="cta">Attend Jamstack Conf</a>
46+
<a href="/conf/" class="cta">Attend Jamstack Conf</a>
4747
</p>
4848
</div>
4949
</section>

0 commit comments

Comments
 (0)