You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by ld...@apache.org on 2012/09/06 00:15:33 UTC

svn commit: r1381418 - /karaf/site/trunk/src/main/webapp/index/subprojects/webconsole.page

Author: ldywicki
Date: Wed Sep  5 22:15:33 2012
New Revision: 1381418

URL: http://svn.apache.org/viewvc?rev=1381418&view=rev
Log:
Fix webconsole url

Modified:
    karaf/site/trunk/src/main/webapp/index/subprojects/webconsole.page

Modified: karaf/site/trunk/src/main/webapp/index/subprojects/webconsole.page
URL: http://svn.apache.org/viewvc/karaf/site/trunk/src/main/webapp/index/subprojects/webconsole.page?rev=1381418&r1=1381417&r2=1381418&view=diff
==============================================================================
--- karaf/site/trunk/src/main/webapp/index/subprojects/webconsole.page (original)
+++ karaf/site/trunk/src/main/webapp/index/subprojects/webconsole.page Wed Sep  5 22:15:33 2012
@@ -20,8 +20,8 @@ karaf@root> feature:add-url mvn:org.apac
 karaf@root> feature:install webconsole-wicket
 {code}
 
-You can open the WebConsole CNS URL in your browser:
+You can open the WebConsole in your browser:
 
 {code}
-http://localhost:8181/cns
+http://localhost:8181/console
 {code}