You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@community.apache.org by rb...@apache.org on 2016/12/07 14:37:55 UTC

svn commit: r1773087 - /comdev/site/trunk/templates/standard.html

Author: rbowen
Date: Wed Dec  7 14:37:55 2016
New Revision: 1773087

URL: http://svn.apache.org/viewvc?rev=1773087&view=rev
Log:
These links must be absolute, not relative, so that they work in
subdirs.

Modified:
    comdev/site/trunk/templates/standard.html

Modified: comdev/site/trunk/templates/standard.html
URL: http://svn.apache.org/viewvc/comdev/site/trunk/templates/standard.html?rev=1773087&r1=1773086&r2=1773087&view=diff
==============================================================================
--- comdev/site/trunk/templates/standard.html (original)
+++ comdev/site/trunk/templates/standard.html Wed Dec  7 14:37:55 2016
@@ -58,15 +58,15 @@
               <li class="dropdown">
                 <a href="#" class="dropdown-toggle" data-toggle="dropdown">GSoC <b class="caret"></b></a>
                 <ul class="dropdown-menu">
-                  <li><a href="gsoc.html">Google Summer Of Code Information</a></li>
-                  <li><a href="mentee-ranking-process.html">Mentee Ranking Process</a></li>
-                  <li><a href="mentoring/experiences.html">Past GSoC Experiences</a></li>
+                  <li><a href="/gsoc.html">Google Summer Of Code Information</a></li>
+                  <li><a href="/mentee-ranking-process.html">Mentee Ranking Process</a></li>
+                  <li><a href="/mentoring/experiences.html">Past GSoC Experiences</a></li>
                   <li class="divider"></li>
                   <li class="nav-header">Additional GSoC Resources</li>
                   <li><a href="/links.html">Links to additional material</a></li>
-                  <li><a href="guide-to-being-a-mentor.html">Guide to being a Mentor</a></li>
-                  <li><a href="use-the-comdev-issue-tracker-for-gsoc-tasks.html">Using ComDev's JIRA for GSoC Ideas</a></li>
-                  <li><a href="gsoc-admin-tasks.html">Tasks of a GSoC Admin at the ASF</a></li>
+                  <li><a href="/guide-to-being-a-mentor.html">Guide to being a Mentor</a></li>
+                  <li><a href="/use-the-comdev-issue-tracker-for-gsoc-tasks.html">Using ComDev's JIRA for GSoC Ideas</a></li>
+                  <li><a href="/gsoc-admin-tasks.html">Tasks of a GSoC Admin at the ASF</a></li>
                 </ul>
               </li>
               <li class="dropdown">