summaryrefslogtreecommitdiff
path: root/_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2020-01-28 08:32:57 +0100
committerPatrick Spek <p.spek@tyil.nl>2020-01-28 08:32:57 +0100
commit20628ce1f972324eb3b672f7bf228b5d0a573524 (patch)
tree11357379d61bee288151c42b02180743ba316a52 /_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md
parent6967c864a5e43df80fe16b1120f5565b81e7a895 (diff)
Update URLs in old mailserver posts
Diffstat (limited to '_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md')
-rw-r--r--_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md b/_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md
index 294161c..bf8476b 100644
--- a/_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md
+++ b/_posts/2016-11-24-freebsd-mailserver-calendars-and-contacts.md
@@ -3,8 +3,6 @@ title: "FreeBSD email server - Part +: Calendars and contacts"
date: 2016-11-24 08:26:09
tags: Tutorial FreeBSD Email CalDAV CardDAV Installation
layout: post
-authors:
- - ["Patrick Spek", "http://tyil.work"]
---
This guide is an addition to the [FreeBSD email server series][tutorial-email].
@@ -135,5 +133,5 @@ service radicale start
{% endhighlight %}
[nginx]: https://www.nginx.com/
-[tutorial-email]: https://www.tyil.work/tutorials/freebsd-mailserver-part-1-preparations/
-[tutorial-webserver]: https://www.tyil.work/tutorials/setup-nginx-with-lets-encrypt-ssl/
+[tutorial-email]: {{ "/post/2016/10/31/freebsd-mailserver-part-1-preparations/" | prepend: site.baseurl }}
+[tutorial-webserver]: {{ "/post/2016/10/25/setup-nginx-with-lets-encrypt-ssl/" | prepend: site.baseurl }}