You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by si...@apache.org on 2011/11/15 22:22:25 UTC

svn commit: r1202427 - /maven/sandbox/trunk/skin/maven-fluido-skin/src/site/site.xml

Author: simonetripodi
Date: Tue Nov 15 21:22:25 2011
New Revision: 1202427

URL: http://svn.apache.org/viewvc?rev=1202427&view=rev
Log:
fixed links to work also when site is browsed from filesystem, otherwise the browser just lists files

Modified:
    maven/sandbox/trunk/skin/maven-fluido-skin/src/site/site.xml

Modified: maven/sandbox/trunk/skin/maven-fluido-skin/src/site/site.xml
URL: http://svn.apache.org/viewvc/maven/sandbox/trunk/skin/maven-fluido-skin/src/site/site.xml?rev=1202427&r1=1202426&r2=1202427&view=diff
==============================================================================
--- maven/sandbox/trunk/skin/maven-fluido-skin/src/site/site.xml (original)
+++ maven/sandbox/trunk/skin/maven-fluido-skin/src/site/site.xml Tue Nov 15 21:22:25 2011
@@ -44,8 +44,8 @@ under the License.
     </menu>
 
     <menu name="Layouts">
-      <item name="Sidebar" href="sidebar/"/>
-      <item name="Topbar" href="topbar/"/>
+      <item name="Sidebar" href="sidebar/index.html"/>
+      <item name="Topbar" href="topbar/index.html"/>
     </menu>
 
     <menu ref="reports"/>