diff --git a/source/_pages/calendars.html.twig b/source/_pages/calendars.html.twig
deleted file mode 100644
index 6ec2aa7a..00000000
--- a/source/_pages/calendars.html.twig
+++ /dev/null
@@ -1,20 +0,0 @@
----
-title: Calendars
-descriptions:
- consultation: ~
- pairing: ~
----
-
-
- {% for key, calendar in site.calendars %}
- -
-
- {{- calendar.name -}}
-
-
- {% if page.descriptions[key] %}
- - {{ page.descriptions[key] }}
- {% endif %}
-
- {% endfor %}
-
diff --git a/tools/docker/images/nginx/root/etc/nginx/conf.d/default.conf b/tools/docker/images/nginx/root/etc/nginx/conf.d/default.conf
index b2f9f4fd..9f496b91 100644
--- a/tools/docker/images/nginx/root/etc/nginx/conf.d/default.conf
+++ b/tools/docker/images/nginx/root/etc/nginx/conf.d/default.conf
@@ -237,7 +237,7 @@ map $uri $new_uri {
~^/blog/weeknotes-june-5th/?$ /blog/weeknotes-2021-06-05;
~^/blog/writing-drupal-module-test-driven-development-tdd/?$ /blog/writing-new-drupal-8-module-using-test-driven-development-tdd;
~^/book/?$ /test-driven-drupal;
- ~^/calendar/?$ https://savvycal.com/opdavies/chat;
+ ~^/calendars?/?$ https://savvycal.com/opdavies;
~^/cms-philly/?$ /articles/presenting-on-tailwind-css-and-ansible-at-cms-philly;
~^/code-enigma-interview/?$ https://blog.codeenigma.com/interview-with-a-drupal-expert-9fcd8e0fad28;
~^/contrib-half-hour/?$ https://www.youtube.com/playlist?list=PLu-MxhbnjI9rHroPvZO5LEUhr58Yl0j_F;