Author: smukhina
Date: 2008-09-30 11:59:35 -0400 (Tue, 30 Sep 2008)
New Revision: 10570
Modified:
trunk/documentation/guides/GettingStartedGuide/en/master.xml
trunk/documentation/guides/GettingStartedGuide/en/modules/first_seam.xml
trunk/documentation/guides/GettingStartedGuide/en/modules/further_reading.xml
trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml
Log:
https://jira.jboss.org/jira/browse/JBDS-418
links are fixed
Modified: trunk/documentation/guides/GettingStartedGuide/en/master.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en/master.xml 2008-09-30 15:49:06 UTC
(rev 10569)
+++ trunk/documentation/guides/GettingStartedGuide/en/master.xml 2008-09-30 15:59:35 UTC
(rev 10570)
@@ -24,6 +24,7 @@
<!ENTITY strutstutoriallink
"../../struts_tools_tutorial/html_single/index.html">
<!ENTITY jbossportallink
"../../jboss_portal_tools_ref_guide/html_single/index.html">
<!ENTITY migrationlink "../../Exadel-migration/html_single/index.html">
+<!ENTITY wslink "../../ws_ref_guide/html_single/index.html">
]>
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/first_seam.xml
===================================================================
--- trunk/documentation/guides/GettingStartedGuide/en/modules/first_seam.xml 2008-09-30
15:49:06 UTC (rev 10569)
+++ trunk/documentation/guides/GettingStartedGuide/en/modules/first_seam.xml 2008-09-30
15:59:35 UTC (rev 10570)
@@ -23,7 +23,7 @@
<section id="start_dev_db">
<title>Start Development Database</title>
- <para>Before opening the JBoss Developer studio you need to <ulink
url="../../../database.zip"
+ <para>Before opening the JBoss Developer studio you need to <ulink
url="http://anonsvn.jboss.org/repos/jbosstools/trunk/documentation/g...
download</ulink> and start a Workshop Database.</para>
<para>To start the database just run
<property>./runDBServer.sh</property> or
<property>runDBServer.bat</property> from the database
directory.</para>
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/further_reading.xml
===================================================================
---
trunk/documentation/guides/GettingStartedGuide/en/modules/further_reading.xml 2008-09-30
15:49:06 UTC (rev 10569)
+++
trunk/documentation/guides/GettingStartedGuide/en/modules/further_reading.xml 2008-09-30
15:59:35 UTC (rev 10570)
@@ -100,7 +100,13 @@
<ulink url="&jbossportallink;">(html)</ulink>
</para>
<para>The guide gives a detail look at how you can easily build a Portlet Web
Application with
- JBoss Tools and deploy it onto JBoss Portal.</para>
+ JBoss Tools and deploy it onto JBoss Portal.</para>
+
+ <para>
+ <emphasis role="bold">JBoss WS User Guide</emphasis>
+ <ulink url="&wslink;">(html)</ulink>
+ </para>
+ <para>This guide gives you practical help on JBossWS usage.</para>
<para>
<emphasis role="bold">Exadel Studio Migration Guide</emphasis>
Modified: trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml
===================================================================
---
trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml 2008-09-30
15:49:06 UTC (rev 10569)
+++
trunk/documentation/guides/GettingStartedGuide/en/modules/getting_started.xml 2008-09-30
15:59:35 UTC (rev 10570)
@@ -193,11 +193,11 @@
<itemizedlist>
<listitem>
- <para>Download the appropriate installation file for your platform from
<ulink
-
url="http://www.jboss.com/products/devstudio">Red Hat
website</ulink>.</para>
+ <para>First of all you need the appropriate installation file for your
platform from <ulink
+
url="https://www.redhat.com/apps/store/developers/jboss_developer_st...
Hat website</ulink>.</para>
</listitem>
<listitem>
- <para>Run in console:</para>
+ <para>Then run in console:</para>
<programlisting role="JAVA"><![CDATA[java -jar
jbdevstudio-linux-gtk-1.1.0.GA.jar
]]></programlisting>
</listitem>