diff --git a/config.json b/config.json
index d54c9fc0a6d60362d7d1632fc3e8a58555b6cd4a..85cf2238b2f5c548cfbf88c425b525cce1814d4c 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 ab4cf45e1b192deb54433f86c8c4dccaa37d8354..e72bfd0be15d434ec3d6ef124cfbef6e51cb9a72 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" ->