From 7d67f82c24e08f94fbab133ce5e39a33186adaa8 Mon Sep 17 00:00:00 2001
From: Tim van Dijen <tim.dijen@minbzk.nl>
Date: Tue, 31 Aug 2021 09:39:40 +0200
Subject: [PATCH] Fix docs

---
 docs/simplesamlphp-upgrade-notes-2.0.md | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/docs/simplesamlphp-upgrade-notes-2.0.md b/docs/simplesamlphp-upgrade-notes-2.0.md
index 332d5a109..b2684c375 100644
--- a/docs/simplesamlphp-upgrade-notes-2.0.md
+++ b/docs/simplesamlphp-upgrade-notes-2.0.md
@@ -15,18 +15,18 @@ Upgrade notes for SimpleSAMLphp 2.0
     to manually switch back the `sharedkey_algorithm`. Note that CBC is vulnerable to the Padding oracle attack.
 - In compliancy with SAML2INT, AuthnRequests that are signed will have their signature validated unless specifically disabled by setting `validate.authnrequest` to `false`.  If unset, or set to true, signatures will be validated and requests not passing validation will be refused.
 - The following classes have been migrated to non-static:
-  + lib/SimpleSAML\Utils\Arrays
-  + lib/SimpleSAML\Utils\Attributes
-  + lib/SimpleSAML\Utils\Auth
-  + lib/SimpleSAML\Utils\Config
-  + lib/SimpleSAML\Utils\Crypto
-  + lib/SimpleSAML\Utils\EMail
-  + lib/SimpleSAML\Utils\HTTP
-  + lib/SimpleSAML\Utils\Net
-  + lib/SimpleSAML\Utils\Random
-  + lib/SimpleSAML\Utils\System
-  + lib/SimpleSAML\Utils\Time
-  + lib/SimpleSAML\Utils\XML
+  + \SimpleSAML\Utils\Arrays
+  + \SimpleSAML\Utils\Attributes
+  + \SimpleSAML\Utils\Auth
+  + \SimpleSAML\Utils\Config
+  + \SimpleSAML\Utils\Crypto
+  + \SimpleSAML\Utils\EMail
+  + \SimpleSAML\Utils\HTTP
+  + \SimpleSAML\Utils\Net
+  + \SimpleSAML\Utils\Random
+  + \SimpleSAML\Utils\System
+  + \SimpleSAML\Utils\Time
+  + \SimpleSAML\Utils\XML
 
   If you use any of these classes in your modules or themes, you will now have to instantiate them so that:
 
-- 
GitLab