improved content

git-svn-id: https://svn.apache.org/repos/asf/maven/doxia/doxia-ide/trunk@1802644 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/eclipse/site/src/site/xdoc/index.xml b/eclipse/site/src/site/xdoc/index.xml
index 811a32e..9b366bc 100644
--- a/eclipse/site/src/site/xdoc/index.xml
+++ b/eclipse/site/src/site/xdoc/index.xml
@@ -38,7 +38,7 @@
       <p>
         Apache Doxia Eclipse Editor Plugin is an Eclipse plugin under development. It includes several
         new tools to support all
-        <a href="http://maven.apache.org/doxia/references/index.html">Apache Doxia formats</a> in Eclipse,
+        <a href="/doxia/references/index.html">Apache Doxia formats</a> in Eclipse,
         i.e. APT, Confluence, Simplified DocBook, FML, TWiki, XDOC and Xhtml.
         Moreover, it comes also with wizards.
       </p>
@@ -47,14 +47,14 @@
           This Eclipse Plugin:
         </p>
         <ul>
-          <li>Supports all Apache Doxia file formats</li>
+          <li>Supports all Apache Doxia file formats (as of version 1.3, ie. Markdown not yet supported)</li>
           <li>Shows the rendering of any Apache Doxia file directly, without running <code>mvn site</code></li>
           <li>Supports color and styles highlighting in the editors</li>
           <li>Provides helpers to insert commonly used patterns in each format (bold, italic, monospaced, link, table)</li>
           <li>Includes wizards for creating new Apache Doxia files</li>
         </ul>
         <p>
-          See the <a href="usage.html">usage page</a> for more information.
+          See the <a href="usage.html">usage page</a> for screenshots and more information.
         </p>
       </subsection>
       <subsection name="Brief History">
@@ -70,12 +70,11 @@
         </p>
         <pre class="source">Go to "Help -> Install New Software... -> Work with:"</pre>
         <p>
-          You can use the following update site from within Eclipse: <a href="./eclipse">eclipse</a>.
+          You can use the following update site: <a href="./eclipse">Doxia Editor Plugins Eclipse update site</a>.
         </p>
         <p>
-          You can also use the update site generated by ASF's Jenkins CI server to get the latest updates:<br/>
-          <a href="https://builds.apache.org/view/M-R/view/Maven/job/doxia-eclipse-editor/ws/doxia-ide-eclipse/eclipse-plugins/features/org.apache.maven.doxia.ide.eclipse.feature/target/site/">
-          https://builds.apache.org/view/M-R/view/Maven/job/doxia-eclipse-editor/ws/doxia-ide-eclipse/eclipse-plugins/features/org.apache.maven.doxia.ide.eclipse.feature/target/site/</a>.
+          You can also use the update site generated by <a href="./integration.html">ASF's Jenkins CI job</a> to get the latest updates:
+          <a href="https://builds.apache.org/view/M-R/view/Maven/job/doxia-eclipse-editor/ws/doxia-ide-eclipse/eclipse-plugins/features/org.apache.maven.doxia.ide.eclipse.feature/target/site/">Doxia Editor Plugins Eclipse (latest build) update site</a>.
         </p>
       </subsection>
     </section>
diff --git a/eclipse/site/src/site/xdoc/usage.xml b/eclipse/site/src/site/xdoc/usage.xml
index 17d7545..19e13ef 100644
--- a/eclipse/site/src/site/xdoc/usage.xml
+++ b/eclipse/site/src/site/xdoc/usage.xml
@@ -30,7 +30,7 @@
     <section name="Usage">
       <p>
         The Apache Doxia Eclipse plugin is a set of editors and wizards for Eclipse to support all
-        <a href="http://maven.apache.org/doxia/references/index.html">Apache Doxia formats</a>
+        <a href="/doxia/references/index.html">Apache Doxia formats</a>
         i.e. APT, Confluence, Simplified DocBook, FML, TWiki, XDOC and Xhtml.
       </p>
       <subsection name="Edit/view">