Fix a few broken links to PDF files and the doc home page

git-svn-id: https://svn.apache.org/repos/asf/servicemix/documentation/trunk@1067212 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/webapp/WEB-INF/scalate/layouts/default.ssp b/src/main/webapp/WEB-INF/scalate/layouts/default.ssp
index 96ad347..298cb87 100644
--- a/src/main/webapp/WEB-INF/scalate/layouts/default.ssp
+++ b/src/main/webapp/WEB-INF/scalate/layouts/default.ssp
@@ -68,7 +68,7 @@
             <ul class="siteNav">
               <li ><a href="http://servicemix.apache.org/" title="Overview">Overview</a></li>
               <li><a href="http://servicemix.apache.org/download.html" title="Download">Download</a></li>
-              <li><a href="/index.html" title="Documentation">Documentation</a></li>
+              <li><a href="${uri("/index.html")}" title="Documentation">Documentation</a></li>
               <li>
                 <a href="http://servicemix.apache.org/support/index.html" title="Support">Support</a>
                 <ul>
diff --git a/src/main/webapp/index.ssp b/src/main/webapp/index.ssp
index 4a55dd4..2bfc92c 100644
--- a/src/main/webapp/index.ssp
+++ b/src/main/webapp/index.ssp
@@ -12,6 +12,11 @@
 
 <div class="right">
   <p>If you're new to Apache ServiceMix, this document will guide you in your first steps in Apache ServiceMix.</p>
+  <% if (sitegen(engine)) { %>
+    <div class="pdf">
+      <a href="quickstart/quickstart.pdf" class="pdf">PDF document</a>
+    </div>
+  <% } %>
 </div>
 
 <div class="left">
diff --git a/src/main/webapp/users-guide/index.ssp b/src/main/webapp/users-guide/index.ssp
index f688dbd..612fa2a 100644
--- a/src/main/webapp/users-guide/index.ssp
+++ b/src/main/webapp/users-guide/index.ssp
@@ -10,11 +10,6 @@
 
 <div class="right">
   <p>This guide will get you familiar with Apache ServiceMix.</p>
-  <% if (sitegen(engine)) { %>
-    <div class="pdf">
-      <a href="getting-started/manual.pdf" class="pdf">PDF document</a>
-    </div>
-  <% } %>
 </div>
 
 <div class="left">
@@ -27,7 +22,7 @@
   <p>Guide to using Apache Camel for data mediation in Apache ServiceMix.</p>
   <% if (sitegen(engine)) { %>
     <div class="pdf">
-      <a href="camel/manual.pdf" class="pdf">PDF document</a>
+      <a href="camel/camel-guide.pdf" class="pdf">PDF document</a>
     </div>
   <% } %>
 </div>
@@ -42,7 +37,7 @@
   <p>Guide to using the Apache ServiceMix NMR to move messages between endpoints inside the ESB.</p>
   <% if (sitegen(engine)) { %>
     <div class="pdf">
-      <a href="nmr/manual.pdf" class="pdf">PDF document</a>
+      <a href="nmr/nmr-guide.pdf" class="pdf">PDF document</a>
     </div>
   <% } %>
 </div>
@@ -55,10 +50,5 @@
 
 <div class="right">
   <p>Information in migrating to the latest version of Apache ServiceMix.</p>
-  <% if (sitegen(engine)) { %>
-    <div class="pdf">
-      <a href="migration/manual.pdf" class="pdf">PDF document</a>
-    </div>
-  <% } %>
 </div>
 </div>
\ No newline at end of file