Author: rgardler
Date: Mon Mar 28 00:39:37 2011
New Revision: 1086082

URL: http://svn.apache.org/viewvc?rev=1086082&view=rev
Log:
seems all patchs need to be absolute

Modified:
    incubator/wookie/site/trunk/templates/sidenav.mdtext

Modified: incubator/wookie/site/trunk/templates/sidenav.mdtext
URL: 
http://svn.apache.org/viewvc/incubator/wookie/site/trunk/templates/sidenav.mdtext?rev=1086082&r1=1086081&r2=1086082&view=diff
==============================================================================
--- incubator/wookie/site/trunk/templates/sidenav.mdtext (original)
+++ incubator/wookie/site/trunk/templates/sidenav.mdtext Mon Mar 28 00:39:37 
2011
@@ -1,7 +1,7 @@
 # General
 
-  - [Home](index.html)
-  - [About](about.html)
+  - [Home](/wookie/index.html)
+  - [About](/wookie/about.html)
   - [Incubator page](http://incubator.apache.org/projects/wookie.html)
   - [License](http://www.apache.org/licenses/LICENSE-2.0)
 
@@ -13,13 +13,13 @@
 
 # Community
 
-  - [Get Involved](get-involved.html)
-  - [Mailing Lists](mailing-lists.html)
-  - [People](people.html)
+  - [Get Involved](/wookie/get-involved.html)
+  - [Mailing Lists](/wookie/mailing-lists.html)
+  - [People](/wookie/people.html)
 
 # Development
-  - [Source Code](source.html)
-  - [Issue Tracker](https://issues.apache.org/jira/browse/WOOKIE)
+  - [Source Code](/wookie/download.html)
+  - [Issue Tracker](/wookie/https://issues.apache.org/jira/browse/WOOKIE)
 
 # ASF
 


Reply via email to