Skip to content

Commit 0454629

Browse files
authored
Fix docs file extension
1 parent 75c5893 commit 0454629

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/config.php.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ $config = [
321321

322322
/*
323323
* Custom error show function called from SimpleSAML\Error\Error::show.
324-
* See docs/simplesamlphp-errorhandling.txt for function code example.
324+
* See docs/simplesamlphp-errorhandling.md for function code example.
325325
*
326326
* Example:
327327
* 'errors.show_function' => ['SimpleSAML\Module\example\Error', 'show'],
@@ -663,7 +663,7 @@ $config = [
663663

664664
/*
665665
* Custom function for session checking called on session init and loading.
666-
* See docs/simplesamlphp-advancedfeatures.txt for function code example.
666+
* See docs/simplesamlphp-advancedfeatures.md for function code example.
667667
*
668668
* Example:
669669
* 'session.check_function' => ['\SimpleSAML\Module\example\Util', 'checkSession'],

0 commit comments

Comments
 (0)