From b46a545bc4bd48e089338f52a812c401fe2aff0d Mon Sep 17 00:00:00 2001
From: stuebinm <stuebinm@disroot.org>
Date: Tue, 11 Oct 2022 14:09:36 +0200
Subject: [PATCH] remove mentions of divoc

---
 config.json       | 2 +-
 lib/Properties.hs | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/config.json b/config.json
index d54c9fc..85cf223 100644
--- a/config.json
+++ b/config.json
@@ -12,7 +12,7 @@
       },
       {
         "scope" : [ "script" ],
-        "allowed" : [ "scripts.world.di.c3voc.de" ]
+        "allowed" : [ "example.org" ]
       }]
   }
 }
diff --git a/lib/Properties.hs b/lib/Properties.hs
index ab4cf45..e72bfd0 100644
--- a/lib/Properties.hs
+++ b/lib/Properties.hs
@@ -434,7 +434,7 @@ checkTileThing removeExits p@(Property name _value) = case name of
                    complain $
                      "Old-Style inter-repository links (using {<placeholder>}) \
                      \cannot be used at "<>eventslug<>"; please use world:// \
-                     \instead (see https://di.c3voc.de/howto:world)."
+                     \instead (see the howto)."
                | ext == "tmx" ->
                    complain "Cannot use .tmx map format; use Tiled's json export instead."
                | ext /= "json" ->
-- 
GitLab