diff --git a/auth/shibboleth/config.html b/auth/shibboleth/config.html index 82225c630d2..a2712ba776a 100755 --- a/auth/shibboleth/config.html +++ b/auth/shibboleth/config.html @@ -3,7 +3,7 @@ $pluginconfig = get_config('auth/shibboleth'); if (!isset($config->auth_instructions) or empty($pluginconfig->shib_user_attribute)) { - $config->auth_instructions = get_string('auth_shib_instructions', 'auth', $CFG->wwwroot.'/auth/shibboleth/shib-protected.php'); + $config->auth_instructions = get_string('auth_shib_instructions', 'auth', $CFG->wwwroot.'/auth/shibboleth/index.php'); } if (!isset ($pluginconfig->user_attribute)) {