summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/_include.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/_include.php b/www/_include.php
index c8f5e92..d0e483b 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);
}