Skip to content

Commit 640745e

Browse files
authored
Fix broken events links (#856)
1 parent 9ea86f8 commit 640745e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_layouts/_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h3>About us</h3>
1111
<h3>Quick link</h3>
1212
<ul>
1313
<li><a href="/about.html">About Us</a></li>
14-
<li><a href="/events/">Events</a></li>
14+
<li><a href="/events.html">Events</a></li>
1515
<li><a href="/partnerships.html">Partnerships</a></li>
1616
<li><a href="/about.html#join-the-community">Community</a></li>
1717
<li><a href="/support.html">Support</a></li>

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class BPDEvents(Collection):
6565
Parser = MarkdownPageParser
6666
content_path = "events"
6767
template = "default.html"
68-
routes = ["./-events"]
68+
routes = ["./bpd-events"]
6969

7070

7171
@app.collection

0 commit comments

Comments
 (0)