You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2011/02/04 17:22:43 UTC

svn commit: r1067212 - in /servicemix/documentation/trunk/src/main/webapp: WEB-INF/scalate/layouts/default.ssp index.ssp users-guide/index.ssp

Author: gertv
Date: Fri Feb  4 16:22:43 2011
New Revision: 1067212

URL: http://svn.apache.org/viewvc?rev=1067212&view=rev
Log:
Fix a few broken links to PDF files and the doc home page

Modified:
    servicemix/documentation/trunk/src/main/webapp/WEB-INF/scalate/layouts/default.ssp
    servicemix/documentation/trunk/src/main/webapp/index.ssp
    servicemix/documentation/trunk/src/main/webapp/users-guide/index.ssp

Modified: servicemix/documentation/trunk/src/main/webapp/WEB-INF/scalate/layouts/default.ssp
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/WEB-INF/scalate/layouts/default.ssp?rev=1067212&r1=1067211&r2=1067212&view=diff
==============================================================================
--- servicemix/documentation/trunk/src/main/webapp/WEB-INF/scalate/layouts/default.ssp (original)
+++ servicemix/documentation/trunk/src/main/webapp/WEB-INF/scalate/layouts/default.ssp Fri Feb  4 16:22:43 2011
@@ -68,7 +68,7 @@ limitations under the License.
             <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>

Modified: servicemix/documentation/trunk/src/main/webapp/index.ssp
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/index.ssp?rev=1067212&r1=1067211&r2=1067212&view=diff
==============================================================================
--- servicemix/documentation/trunk/src/main/webapp/index.ssp (original)
+++ servicemix/documentation/trunk/src/main/webapp/index.ssp Fri Feb  4 16:22:43 2011
@@ -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">

Modified: servicemix/documentation/trunk/src/main/webapp/users-guide/index.ssp
URL: http://svn.apache.org/viewvc/servicemix/documentation/trunk/src/main/webapp/users-guide/index.ssp?rev=1067212&r1=1067211&r2=1067212&view=diff
==============================================================================
--- servicemix/documentation/trunk/src/main/webapp/users-guide/index.ssp (original)
+++ servicemix/documentation/trunk/src/main/webapp/users-guide/index.ssp Fri Feb  4 16:22:43 2011
@@ -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