From 0454629939a29cd22924d7863b94862a6c21a2c7 Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tvdijen@gmail.com> Date: Sat, 21 Jan 2023 18:24:51 +0100 Subject: [PATCH] Fix docs file extension --- config/config.php.dist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.php.dist b/config/config.php.dist index d5b8f3747..46dbb5139 100644 --- a/config/config.php.dist +++ b/config/config.php.dist @@ -321,7 +321,7 @@ $config = [ /* * Custom error show function called from SimpleSAML\Error\Error::show. - * See docs/simplesamlphp-errorhandling.txt for function code example. + * See docs/simplesamlphp-errorhandling.md for function code example. * * Example: * 'errors.show_function' => ['SimpleSAML\Module\example\Error', 'show'], @@ -663,7 +663,7 @@ $config = [ /* * Custom function for session checking called on session init and loading. - * See docs/simplesamlphp-advancedfeatures.txt for function code example. + * See docs/simplesamlphp-advancedfeatures.md for function code example. * * Example: * 'session.check_function' => ['\SimpleSAML\Module\example\Util', 'checkSession'], -- GitLab