diff --git a/_includes/top.html b/_includes/top.html
index e2ed8f8a5..49a4115ed 100644
--- a/_includes/top.html
+++ b/_includes/top.html
@@ -135,7 +135,7 @@
External resources
diff --git a/_layouts/doc.html b/_layouts/doc.html
index 4bcf55159..0e29c955a 100644
--- a/_layouts/doc.html
+++ b/_layouts/doc.html
@@ -142,7 +142,7 @@
diff --git a/doc/tutorials/quickstart.md b/doc/tutorials/quickstart.md
index 357b9815c..597b34f42 100644
--- a/doc/tutorials/quickstart.md
+++ b/doc/tutorials/quickstart.md
@@ -19,7 +19,7 @@ This guide outlines the primary procedures for obtaining and initiating work wit
* [An alternative introduction to rspamd configuration](https://www.0xf8.org/2018/05/an-alternative-introduction-to-rspamd-configuration-introduction/){:target="_blank"} - this guide delves into the intricacies of Rspamd configuration files and their significance from a sysadmin perspective, focusing on the crucial inquiries of "What can be configured?" and "How do I go about configuring it?".
* [Own mail server based on Dovecot, Postfix, MySQL, Rspamd and Debian 9 Stretch](https://thomas-leister.de/en/mailserver-debian-stretch/){:target="_blank"} - this manual serves as a comprehensive tutorial for setting up your own mail server. It is important to note that the suggestion of adding `level = error` to /etc/rspamd/local.d/logging.inc is not correct. In most cases, it is advisable to utilize the default `info` level or opt for `silent` if you only wish to log crucial information.
-* [A guide to self-hosting your email on FreeBSD using Postfix, Dovecot, Rspamd, and LDAP.](http://web.archive.org/web/20240914211825/https://www.c0ffee.net/blog/mail-server-guide){:target="_blank"} - similar to the previous guide but uses a different technologies stack. It is important to note that the recommendation regarding the `url_tag` module should be disregarded.
+* [A guide to self-hosting your email on FreeBSD using Postfix, Dovecot, Rspamd, and LDAP.](https://web.archive.org/web/20240914211825/www.c0ffee.net/blog/mail-server-guide){:target="_blank"} - similar to the previous guide but uses a different technologies stack. It is important to note that the recommendation regarding the `url_tag` module should be disregarded.
## Preparation steps