Skip to content

Commit 406e527

Browse files
committed
Fix footer URLs
1 parent 3aff407 commit 406e527

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

themes/zoo-project/layouts/partials/footer_special.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2 class="sub">Sponsors</h2>
1616
</center>
1717
<br/><br/>
1818
<center>
19-
<a href="/new/Get involved/Sponsorship" class="btn btn-warning btn-lg btnf mtp">All sponsors</a>
19+
<a href="/get-involved/sponsorship/" class="btn btn-warning btn-lg btnf mtp">All sponsors</a>
2020
</center>
2121

2222
</div>
@@ -89,7 +89,7 @@ <h2 class="sub">Next event</h2>
8989
</center>
9090
</div> -->
9191
<center>
92-
<a href="/new/ZOO-Project/ZOO-Events" class="btn btn-warning btn-lg btnf mt">All events</a>
92+
<a href="/about/event/" class="btn btn-warning btn-lg btnf mt">All events</a>
9393
</center>
9494

9595
<div class="col-lg-12 col-sm-12 col-xs-12">

themes/zoo-project/layouts/partials/footer_std.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ <h2 class="sub">Sponsors</h2>
1616
</center>
1717
<br/><br/>
1818
<center>
19-
<a href="/new/Get involved/Sponsorship" class="btn btn-warning btn-lg btnf mtp">All sponsors</a>
19+
<a href="/get-involved/sponsorship/" class="btn btn-warning btn-lg btnf mtp">All sponsors</a>
2020
</center>
2121

2222
</div>
@@ -89,7 +89,7 @@ <h2 class="sub">Next event</h2>
8989
</center>
9090
</div> -->
9191
<center>
92-
<a href="/new/ZOO-Project/ZOO-Events" class="btn btn-warning btn-lg btnf mt">All events</a>
92+
<a href="/about/event/" class="btn btn-warning btn-lg btnf mt">All events</a>
9393
</center>
9494

9595
<div class="col-lg-12 col-sm-12 col-xs-12">

0 commit comments

Comments
 (0)