[java-identity-provider] branch main updated: IDP-1783 - Root URL for modules' help is wrong

Scott Cantor cantor.2 at osu.edu
Mon Apr 5 12:52:29 UTC 2021


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch main
in repository java-identity-provider.

View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=00eec0f30b3a47f7775b181c7adf610a601c9bb2

The following commit(s) were added to refs/heads/main by this push:
       new  00eec0f30 IDP-1783 - Root URL for modules' help is wrong
00eec0f30 is described below

commit 00eec0f30b3a47f7775b181c7adf610a601c9bb2
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Mon Apr 5 08:51:27 2021 -0400

    IDP-1783 - Root URL for modules' help is wrong
    
    https://issues.shibboleth.net/jira/browse/IDP-1783
---
 .../src/main/java/net/shibboleth/idp/module/impl/PluginIdPModule.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-admin-impl/src/main/java/net/shibboleth/idp/module/impl/PluginIdPModule.java b/idp-admin-impl/src/main/java/net/shibboleth/idp/module/impl/PluginIdPModule.java
index 69199f333..751f92854 100644
--- a/idp-admin-impl/src/main/java/net/shibboleth/idp/module/impl/PluginIdPModule.java
+++ b/idp-admin-impl/src/main/java/net/shibboleth/idp/module/impl/PluginIdPModule.java
@@ -36,7 +36,7 @@ public class PluginIdPModule extends PropertyDrivenIdPModule {
 
     /** Documentation base URL. */
     @Nonnull @NotEmpty
-    public static final String MODULE_URL_BASE = "https://wiki.shibboleth.net/confluence/display/IDPPLUGIN";
+    public static final String MODULE_URL_BASE = "https://wiki.shibboleth.net/confluence/display/IDPPLUGINS";
     
     /**
      * Constructor.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list