Return-Path: X-Original-To: apmail-incubator-rave-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-rave-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BF8A24899 for ; Wed, 13 Jul 2011 09:16:11 +0000 (UTC) Received: (qmail 87022 invoked by uid 500); 13 Jul 2011 09:16:11 -0000 Delivered-To: apmail-incubator-rave-commits-archive@incubator.apache.org Received: (qmail 86930 invoked by uid 500); 13 Jul 2011 09:16:06 -0000 Mailing-List: contact rave-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: rave-dev@incubator.apache.org Delivered-To: mailing list rave-commits@incubator.apache.org Received: (qmail 86584 invoked by uid 99); 13 Jul 2011 09:15:56 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2011 09:15:56 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Jul 2011 09:15:55 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id EEAB02388894; Wed, 13 Jul 2011 09:15:33 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1145924 - /incubator/rave/site/trunk/templates/sidenav.mdtext Date: Wed, 13 Jul 2011 09:15:33 -0000 To: rave-commits@incubator.apache.org From: jasha@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110713091533.EEAB02388894@eris.apache.org> Author: jasha Date: Wed Jul 13 09:15:32 2011 New Revision: 1145924 URL: http://svn.apache.org/viewvc?rev=1145924&view=rev Log: RAVE-98 use absolute paths for navigation in order to support subfolders Modified: incubator/rave/site/trunk/templates/sidenav.mdtext Modified: incubator/rave/site/trunk/templates/sidenav.mdtext URL: http://svn.apache.org/viewvc/incubator/rave/site/trunk/templates/sidenav.mdtext?rev=1145924&r1=1145923&r2=1145924&view=diff ============================================================================== --- incubator/rave/site/trunk/templates/sidenav.mdtext (original) +++ incubator/rave/site/trunk/templates/sidenav.mdtext Wed Jul 13 09:15:32 2011 @@ -1,25 +1,25 @@ # General - - [About](index.html) - - [Documentation](/documentation/) - - [Downloads](downloads.html) + - [About](/rave/index.html) + - [Documentation](/rave/documentation/index.html) + - [Downloads](/rave/downloads.html) - [Incubator page](http://incubator.apache.org/projects/rave.html) - - [License](license.html) + - [License](/rave/license.html) # Community - - [Get Involved](get-involved.html) - - [Mailing Lists](mailing-lists.html) - - [People](people.html) + - [Get Involved](/rave/get-involved.html) + - [Mailing Lists](/rave/mailing-lists.html) + - [People](/rave/people.html) # Development - - [Getting Started](source.html) - - [IDE Settings and debugging](ide-settings-and-debugging.html) - - [Release Management](release-management.html) + - [Getting Started](/rave/source.html) + - [IDE Settings and debugging](/rave/ide-settings-and-debugging.html) + - [Release Management](/rave/release-management.html) - [Issue Tracker](https://issues.apache.org/jira/browse/rave) - [Continuous Integration](https://builds.apache.org/hudson/view/M-R/view/Rave/) - [Sonar Dashboard](https://analysis.apache.org/dashboard/index/58996) - - [Website](edit-website.html) + - [Website](/rave/edit-website.html) # ASF