You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@chemistry.apache.org by je...@apache.org on 2011/03/18 13:10:51 UTC

svn commit: r1082879 - in /chemistry/site/trunk: content/java/overview.mdtext templates/navigation_bar.html

Author: jens
Date: Fri Mar 18 12:10:51 2011
New Revision: 1082879

URL: http://svn.apache.org/viewvc?rev=1082879&view=rev
Log:
Fix some broken links

Modified:
    chemistry/site/trunk/content/java/overview.mdtext
    chemistry/site/trunk/templates/navigation_bar.html

Modified: chemistry/site/trunk/content/java/overview.mdtext
URL: http://svn.apache.org/viewvc/chemistry/site/trunk/content/java/overview.mdtext?rev=1082879&r1=1082878&r2=1082879&view=diff
==============================================================================
--- chemistry/site/trunk/content/java/overview.mdtext (original)
+++ chemistry/site/trunk/content/java/overview.mdtext Fri Mar 18 12:10:51 2011
@@ -14,10 +14,10 @@ repository developers and client applica
 
 The OpenCMIS documentation is structured in the following sections:
 
-* [Developing with OpenCMIs](/develop/dev-index)
+* [Developing with OpenCMIs](developing/dev-index.html)
 * [Downloads](download.html)
-* [Example Code](/examples/example-index)
-* [OpenCMIS HowTos](/howto/how-to-index)
+* [Example Code](examples/example-index.html)
+* [OpenCMIS HowTos](how-to/how-to-index.html)
 
 # Getting OpenCMIS
 You can get opencmis from the [Download-Page](downloads)

Modified: chemistry/site/trunk/templates/navigation_bar.html
URL: http://svn.apache.org/viewvc/chemistry/site/trunk/templates/navigation_bar.html?rev=1082879&r1=1082878&r2=1082879&view=diff
==============================================================================
--- chemistry/site/trunk/templates/navigation_bar.html (original)
+++ chemistry/site/trunk/templates/navigation_bar.html Fri Mar 18 12:10:51 2011
@@ -29,9 +29,9 @@
 <UL class="alternate" type="square">
   <LI><A href="/java/overview.html" title="OpenCMIS Overview and Index">Overview</A></LI>
   <LI><A href="/java/download.html" title="Downloads">Downloads</A></LI>
-  <LI><A href="/java/develop/dev-index.html" title="">Developing with OpenCMIS</A></LI>
+  <LI><A href="/java/developing/dev-index.html" title="">Developing with OpenCMIS</A></LI>
   <LI><A href="/java/examples/example-index.html" title="Example Code">Example Code</A></LI>
-  <LI><A href="/java/howto/how-to-index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
+  <LI><A href="/java/how-to/how-to-index.html" title="OpenCMIS HowTos">OpenCMIS HowTos</A></LI>
   <LI><A href="http://incubator.apache.org/chemistry/javadoc/index.html" class="external-link" rel="nofollow">JavaDoc</A></LI>
   <LI><A href="https://svn.apache.org/repos/asf/chemistry/opencmis/trunk/" class="external-link" rel="nofollow">Source Code</A></LI>
 </UL>