Index: activemq-console/src/main/java/org/apache/activemq/console/formatter/CommandShellOutputFormatter.java =================================================================== --- activemq-console/src/main/java/org/apache/activemq/console/formatter/CommandShellOutputFormatter.java (revision 552618) +++ activemq-console/src/main/java/org/apache/activemq/console/formatter/CommandShellOutputFormatter.java (working copy) @@ -195,7 +195,7 @@ public void printVersion(String version) { out.println(""); out.println("ActiveMQ " + version); - out.println("For help or more information please see: http://www.logicblaze.com"); + out.println("For help or more information please see: http://activemq.apache.org/"); out.println(""); }