Skip to content
Snippets Groups Projects
Commit a02106bb authored by Thijs Kinkhorst's avatar Thijs Kinkhorst
Browse files

Replace legacy URL with more current version.

parent 519ab8d5
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment