We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75c5893 commit 0454629Copy full SHA for 0454629
1 file changed
config/config.php.dist
@@ -321,7 +321,7 @@ $config = [
321
322
/*
323
* Custom error show function called from SimpleSAML\Error\Error::show.
324
- * See docs/simplesamlphp-errorhandling.txt for function code example.
+ * See docs/simplesamlphp-errorhandling.md for function code example.
325
*
326
* Example:
327
* 'errors.show_function' => ['SimpleSAML\Module\example\Error', 'show'],
@@ -663,7 +663,7 @@ $config = [
663
664
665
* Custom function for session checking called on session init and loading.
666
- * See docs/simplesamlphp-advancedfeatures.txt for function code example.
+ * See docs/simplesamlphp-advancedfeatures.md for function code example.
667
668
669
* 'session.check_function' => ['\SimpleSAML\Module\example\Util', 'checkSession'],
0 commit comments