diff --git a/www/_include.php b/www/_include.php
index c8f5e922b02a6e3b29aae29794b6481471e83bd3..d0e483b2fa789c6c59b34b68f8fa7a7980c8dba7 100644
--- a/www/_include.php
+++ b/www/_include.php
@@ -101,7 +101,7 @@ $configdir = dirname(dirname(__FILE__)) . '/config';
 if (!file_exists($configdir . '/config.php')) {
 	header('Content-Type: text/plain');
 	echo("You have not yet created the simpleSAMLphp configuration files.\n");
-	echo("See: http://rnd.feide.no/content/installing-simplesamlphp#id434777\n");
+	echo("See: https://simplesamlphp.org/docs/devel/simplesamlphp-install-repo\n");
 	exit(1);
 }