Skip to content

Commit 95b492b

Browse files
committed
fix resources link in navbar
1 parent 448c283 commit 95b492b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layouts/partials/navbar_temp.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<a href="/volunteer">VOLUNTEER</a>
5959
</li>
6060
<li>
61-
<a href="/resources/course-registration">RESOURCES</a>
61+
<a href="/resources/">RESOURCES</a>
6262
</li>
6363
</ul>
6464

@@ -87,6 +87,6 @@
8787
<li><a href="/news">NEWS</a></li>
8888
<li><a href="/blog">BLOG</a></li>
8989
<li><a href="/volunteer">VOLUNTEER</a></li>
90-
<li><a href="/resources/course-registration">RESOURCES</a></li>
90+
<li><a href="/resources/">RESOURCES</a></li>
9191
</ul>
9292
</header>

0 commit comments

Comments
 (0)