diff --git a/nginx.d/social.conf b/nginx.d/social.conf
index fb18527408e216e47cafc31afb5171f642e01743..f5cd4bd5953fb00cf8ade51e51dd14a2175baaae 100644
--- a/nginx.d/social.conf
+++ b/nginx.d/social.conf
@@ -3,7 +3,7 @@ server {
         server_name social.codimd.org social.hedgedoc.org;
 
         location /mastodon {
-            return 302 https://social.snopyta.org/@HedgeDoc;
+            return 302 https://fosstodon.org/@HedgeDoc;
         }
 
         location /twitter {
@@ -11,6 +11,6 @@ server {
         }
 
         location / {
-            return 302 https://social.snopyta.org/@HedgeDoc;
+            return 302 https://fosstodon.org/@HedgeDoc;
         }
 }