From b9f3a9d492c6e7681bc9d15d1dbf706bfa4ef2d3 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Tue, 1 Nov 2022 10:33:02 +0100
Subject: [PATCH] ci: Fix test for social media link

---
 .gitlab-ci.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d34bccc..6272b55 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,8 +30,8 @@ nginx-validation:
     - "curl -v -H 'Host: demo.codimd.org' http://localhost/ 2>&1 | grep -q 'https://demo.hedgedoc.org'"
     - "curl -v -H 'Host: demo.hedgedoc.org' http://localhost/ 2>&1 | grep -q 'https://demo.hedgedoc.org'"
     # Test social
-    - "curl -v -H 'Host: social.codimd.org' http://localhost/ 2>&1 | grep -q 'https://social.snopyta.org/@HedgeDoc'"
-    - "curl -v -H 'Host: social.hedgedoc.org' http://localhost/ 2>&1 | grep -q 'https://social.snopyta.org/@HedgeDoc'"
+    - "curl -v -H 'Host: social.codimd.org' http://localhost/ 2>&1 | grep -q 'https://fosstodon.org/@HedgeDoc'"
+    - "curl -v -H 'Host: social.hedgedoc.org' http://localhost/ 2>&1 | grep -q 'https://fosstodon.org/@HedgeDoc'"
     # Test community
     - "curl -v -H 'Host: community.codimd.org' http://localhost/ 2>&1 | grep -q 'https://community.hedgedoc.org'"
     - "curl -v -H 'Host: community.hedgedoc.org' http://localhost/ 2>&1 | grep -q 'https://community.hedgedoc.org'"
-- 
GitLab