From a02106bb49bff788c8d890de47d643b0e8f0709b Mon Sep 17 00:00:00 2001
From: Thijs Kinkhorst <thijs@kinkhorst.com>
Date: Wed, 9 Jul 2014 11:53:59 +0200
Subject: [PATCH] Replace legacy URL with more current version.

---
 www/_include.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www/_include.php b/www/_include.php
index c8f5e922b..d0e483b2f 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);
 }
 
-- 
GitLab