diff --git a/_layouts/_includes/footer.html b/_layouts/_includes/footer.html
index 53d1cda..4e5ee7e 100644
--- a/_layouts/_includes/footer.html
+++ b/_layouts/_includes/footer.html
@@ -11,7 +11,7 @@
About us
Quick link
- About Us
- - Events
+ - Events
- Partnerships
- Community
- Support
diff --git a/app.py b/app.py
index 72287cc..272a676 100644
--- a/app.py
+++ b/app.py
@@ -65,7 +65,7 @@ class BPDEvents(Collection):
Parser = MarkdownPageParser
content_path = "events"
template = "default.html"
- routes = ["./-events"]
+ routes = ["./bpd-events"]
@app.collection