diff options
author | Zweihorn <4863737+Zweihorn@users.noreply.github.com> | 2024-04-30 23:50:37 +0200 |
---|---|---|
committer | Zweihorn <4863737+Zweihorn@users.noreply.github.com> | 2024-04-30 23:50:37 +0200 |
commit | 34e675a8dbf6cd3166f04dd1470b25be2a2a98fd (patch) | |
tree | 7f10d58fe9041d4c111e85f27b425e7d395b785e | |
parent | 6b69197a9f73c0170a87a2eecfac4f353db0779b (diff) | |
download | dokuwiki-34e675a8dbf6cd3166f04dd1470b25be2a2a98fd.tar.gz dokuwiki-34e675a8dbf6cd3166f04dd1470b25be2a2a98fd.zip |
align url for lib/plugin members
ref https://github.com/dokuwiki/dokuwiki/issues/4270
- align url of `plugin.info.txt` to standard prefix
- realign spacing as applicable
-rw-r--r-- | lib/plugins/acl/plugin.info.txt | 2 | ||||
-rw-r--r-- | lib/plugins/authad/plugin.info.txt | 2 | ||||
-rw-r--r-- | lib/plugins/authldap/plugin.info.txt | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/plugins/acl/plugin.info.txt b/lib/plugins/acl/plugin.info.txt index 1b2c82cb3..30e7f9002 100644 --- a/lib/plugins/acl/plugin.info.txt +++ b/lib/plugins/acl/plugin.info.txt @@ -4,4 +4,4 @@ email andi@splitbrain.org date 2015-07-25 name ACL Manager desc Manage Page Access Control Lists -url http://dokuwiki.org/plugin:acl +url https://www.dokuwiki.org/plugin:acl diff --git a/lib/plugins/authad/plugin.info.txt b/lib/plugins/authad/plugin.info.txt index 57e1387e9..b846c21e6 100644 --- a/lib/plugins/authad/plugin.info.txt +++ b/lib/plugins/authad/plugin.info.txt @@ -4,4 +4,4 @@ email andi@splitbrain.org date 2015-07-13 name Active Directory Auth Plugin desc Provides user authentication against a Microsoft Active Directory -url http://www.dokuwiki.org/plugin:authad +url https://www.dokuwiki.org/plugin:authad diff --git a/lib/plugins/authldap/plugin.info.txt b/lib/plugins/authldap/plugin.info.txt index e0c6144c3..e4105c751 100644 --- a/lib/plugins/authldap/plugin.info.txt +++ b/lib/plugins/authldap/plugin.info.txt @@ -4,4 +4,4 @@ email andi@splitbrain.org date 2015-07-13 name LDAP Auth Plugin desc Provides user authentication against an LDAP server -url http://www.dokuwiki.org/plugin:authldap +url https://www.dokuwiki.org/plugin:authldap |