You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by jb...@apache.org on 2016/01/20 06:28:57 UTC

[2/2] cxf-fediz git commit: Fix broken link on error page

Fix broken link on error page


Project: http://git-wip-us.apache.org/repos/asf/cxf-fediz/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf-fediz/commit/3a723af6
Tree: http://git-wip-us.apache.org/repos/asf/cxf-fediz/tree/3a723af6
Diff: http://git-wip-us.apache.org/repos/asf/cxf-fediz/diff/3a723af6

Branch: refs/heads/master
Commit: 3a723af6fa11d9f3998f92b72467b2782aa37e4a
Parents: 94dc9ec
Author: Jan Bernhardt <jb...@talend.com>
Authored: Tue Jan 19 12:17:24 2016 +0100
Committer: Jan Bernhardt <jb...@talend.com>
Committed: Wed Jan 20 06:27:33 2016 +0100

----------------------------------------------------------------------
 services/oidc/src/main/webapp/WEB-INF/views/oAuthError.jsp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf-fediz/blob/3a723af6/services/oidc/src/main/webapp/WEB-INF/views/oAuthError.jsp
----------------------------------------------------------------------
diff --git a/services/oidc/src/main/webapp/WEB-INF/views/oAuthError.jsp b/services/oidc/src/main/webapp/WEB-INF/views/oAuthError.jsp
index 93c96c6..51e0274 100644
--- a/services/oidc/src/main/webapp/WEB-INF/views/oAuthError.jsp
+++ b/services/oidc/src/main/webapp/WEB-INF/views/oAuthError.jsp
@@ -26,7 +26,7 @@ Authorization error: <%= error.getError() %>
 </h1>
 <br/>
 <p>
-Back to <a href="<%= basePath %>client">Client Registration page</a>
+Back to <a href="<%= basePath %>clients">Client Registration page</a>
 </p>
 </big></big>
 </div>