You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by mf...@apache.org on 2012/12/17 23:04:52 UTC

svn commit: r1423184 - /incubator/streams/site/trunk/lib/path.pm

Author: mfranklin
Date: Mon Dec 17 22:04:51 2012
New Revision: 1423184

URL: http://svn.apache.org/viewvc?rev=1423184&view=rev
Log:
Fixed additional navigation references RAVE-6

Modified:
    incubator/streams/site/trunk/lib/path.pm

Modified: incubator/streams/site/trunk/lib/path.pm
URL: http://svn.apache.org/viewvc/incubator/streams/site/trunk/lib/path.pm?rev=1423184&r1=1423183&r2=1423184&view=diff
==============================================================================
--- incubator/streams/site/trunk/lib/path.pm (original)
+++ incubator/streams/site/trunk/lib/path.pm Mon Dec 17 22:04:51 2012
@@ -4,18 +4,18 @@ package path;
 our @nav = (
     { title => "Apache Streams" },
     { title => "Overview",
-      href => "/streams/index.html"},
+      href => "/index.html"},
     { title => "Wiki",
       href => ""},
     { title => "Project" },
     { title => "Source Code",
-      href => "/streams/source-repository.html" },
+      href => "/source-repository.html" },
     { title => "Mailing Lists",
-      href => "/streams/mailing-lists.html" },
+      href => "/mailing-lists.html" },
     { title => "Issue Tracking",
       href => "https://issues.apache.org/jira/browse/STREAMS" },
     { title => "Resources",
-      href => "/streams/resources.html" },
+      href => "/resources.html" },
     { title => "License",
       href => "http://apache.org/licenses/LICENSE-2.0.html" },
 );