You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2017/11/07 13:43:29 UTC

[2/2] qpid-broker-j git commit: QPID-8019: [Broker-J][WMC] Change link to broker documentation in web management console

QPID-8019: [Broker-J][WMC] Change link to broker documentation in web management console

(cherry picked from commit a09f3797a545ef3a166b0cbeaa902e55ad6e7ef0)


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/28b063a9
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/28b063a9
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/28b063a9

Branch: refs/heads/7.0.x
Commit: 28b063a912c2c6575db8c4afd7a9e0e4becce1b8
Parents: 0b991f4
Author: Alex Rudyy <or...@apache.org>
Authored: Tue Nov 7 12:38:49 2017 +0000
Committer: Alex Rudyy <or...@apache.org>
Committed: Tue Nov 7 13:42:49 2017 +0000

----------------------------------------------------------------------
 .../src/main/java/resources/js/qpid/common/ConsoleHelper.js        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/28b063a9/broker-plugins/management-http/src/main/java/resources/js/qpid/common/ConsoleHelper.js
----------------------------------------------------------------------
diff --git a/broker-plugins/management-http/src/main/java/resources/js/qpid/common/ConsoleHelper.js b/broker-plugins/management-http/src/main/java/resources/js/qpid/common/ConsoleHelper.js
index deace04..1436c74 100644
--- a/broker-plugins/management-http/src/main/java/resources/js/qpid/common/ConsoleHelper.js
+++ b/broker-plugins/management-http/src/main/java/resources/js/qpid/common/ConsoleHelper.js
@@ -72,7 +72,7 @@ define(["dojo/query",
                         }
                         else
                         {
-                            documentationUrl = "http://qpid.apache.org/components/java-broker/";
+                            documentationUrl = "http://qpid.apache.org/components/broker-j/";
                         }
                         openWindow(documentationUrl, "Qpid Documentation")
                     });


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org