[jboss-svn-commits] JBoss Common SVN: r4157 - arquillian/trunk/doc/reference/src/main/docbook/en-US.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Wed Mar 10 12:17:28 EST 2010


Author: pete.muir at jboss.org
Date: 2010-03-10 12:17:27 -0500 (Wed, 10 Mar 2010)
New Revision: 4157

Modified:
   arquillian/trunk/doc/reference/src/main/docbook/en-US/debugging.xml
   arquillian/trunk/doc/reference/src/main/docbook/en-US/gettingstarted.xml
Log:
ARQ-89

Modified: arquillian/trunk/doc/reference/src/main/docbook/en-US/debugging.xml
===================================================================
--- arquillian/trunk/doc/reference/src/main/docbook/en-US/debugging.xml	2010-03-10 17:08:41 UTC (rev 4156)
+++ arquillian/trunk/doc/reference/src/main/docbook/en-US/debugging.xml	2010-03-10 17:17:27 UTC (rev 4157)
@@ -46,15 +46,15 @@
             The Eclipse Server Tools, a subproject of the Eclipse Web Tools Project (WTP), has support for launching most
             major application servers, including JBoss AS 5. However, if you are using JBoss AS, you should consider using
             JBoss Tools instead, which offers tighter integration with JBoss technologies. See either the <ulink
-            src="http://www.eclipse.org/webtools/server/server.php">Server Tools documentation</ulink> or the <ulink
-            src="http://docs.jboss.org/tools/3.0.1.GA/en/as/html/index.html">JBoss Tools documentation</ulink> for
+            url="http://www.eclipse.org/webtools/server/server.php">Server Tools documentation</ulink> or the <ulink
+            url="http://docs.jboss.org/tools/3.0.1.GA/en/as/html/index.html">JBoss Tools documentation</ulink> for
             instructions on how to setup a container and start it in debug mode.
          </para>
 
          <para>
             <!-- TODO migration the documentation from this blog entry into this guide -->
             See <ulink
-            src="http://maverikpro.wordpress.com/2007/11/26/remote-debug-a-web-application-using-eclipse">this blog
+            url="http://maverikpro.wordpress.com/2007/11/26/remote-debug-a-web-application-using-eclipse">this blog
             entry</ulink> to learn how to start JBoss AS with JPDA enabled and how to get the Eclipse debugger to
             connect to the remote process.
          </para>

Modified: arquillian/trunk/doc/reference/src/main/docbook/en-US/gettingstarted.xml
===================================================================
--- arquillian/trunk/doc/reference/src/main/docbook/en-US/gettingstarted.xml	2010-03-10 17:08:41 UTC (rev 4156)
+++ arquillian/trunk/doc/reference/src/main/docbook/en-US/gettingstarted.xml	2010-03-10 17:17:27 UTC (rev 4157)
@@ -265,7 +265,7 @@
 
       <para>
          If you haven't already, download the latest version of JBoss AS 6.0 from the <ulink
-         src="http://www.jboss.org/jbossas/downloads/">JBoss AS download page</ulink>, extract the distribution and
+         url="http://www.jboss.org/jbossas/downloads/">JBoss AS download page</ulink>, extract the distribution and
          start the container.
       </para>
 



More information about the jboss-svn-commits mailing list