[weld-commits] Weld SVN: r5085 - doc/trunk/reference/en-US.
weld-commits at lists.jboss.org
weld-commits at lists.jboss.org
Tue Nov 17 00:09:58 EST 2009
Author: gavin.king at jboss.com
Date: 2009-11-17 00:09:58 -0500 (Tue, 17 Nov 2009)
New Revision: 5085
Modified:
doc/trunk/reference/en-US/weldexamples.xml
Log:
links
Modified: doc/trunk/reference/en-US/weldexamples.xml
===================================================================
--- doc/trunk/reference/en-US/weldexamples.xml 2009-11-17 05:04:36 UTC (rev 5084)
+++ doc/trunk/reference/en-US/weldexamples.xml 2009-11-17 05:09:58 UTC (rev 5085)
@@ -510,8 +510,8 @@
in the <literal>Start</literal> class. So running the example is as simple as right-clicking on that
Start class in <literal>src/test/java</literal> in the <emphasis>Package Explorer</emphasis> and choosing
<emphasis>Run as Java Application</emphasis>. You should see console output related to Jetty starting up;
- then visit able <literal>http://localhost:9090</literal> to view the app. To debug choose <emphasis>Debug
- as Java Application</emphasis> instead.
+ then visit able <ulink url="http://localhost:9090">http://localhost:9090</ulink> to view the app. To debug
+ choose <emphasis>Debug as Java Application</emphasis> instead.
</para>
</section>
@@ -532,7 +532,7 @@
<para>
to deploy the example to Tomcat. You can then access application at
- <literal>http://localhost:9090/weld-numberguess-wicket</literal>.
+ <ulink url="http://localhost:8080/weld-numberguess-wicket">http://localhost:8080/weld-numberguess-wicket</ulink>.
</para>
<para>
More information about the weld-commits
mailing list