You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by vi...@apache.org on 2013/05/15 15:01:09 UTC

svn commit: r1482799 - in /tomcat/trunk/webapps/docs: project.xml tribes/project.xml

Author: violetagg
Date: Wed May 15 13:01:08 2013
New Revision: 1482799

URL: http://svn.apache.org/r1482799
Log:
Fix https://issues.apache.org/bugzilla/show_bug.cgi?id=54932
Fixed a broken link to Tribes documentation.

Modified:
    tomcat/trunk/webapps/docs/project.xml
    tomcat/trunk/webapps/docs/tribes/project.xml

Modified: tomcat/trunk/webapps/docs/project.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/project.xml?rev=1482799&r1=1482798&r2=1482799&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/project.xml (original)
+++ tomcat/trunk/webapps/docs/project.xml Wed May 15 13:01:08 2013
@@ -95,7 +95,7 @@
         <item name="Developers"            href="developers.html"/>
         <item name="Architecture"          href="architecture/index.html" />
         <item name="Functional Specs."     href="funcspecs/index.html"/>
-        <item name="Tribes"                href="tribes/index.html"/>
+        <item name="Tribes"                href="tribes/introduction.html"/>
     </menu>
 
     </body>

Modified: tomcat/trunk/webapps/docs/tribes/project.xml
URL: http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/tribes/project.xml?rev=1482799&r1=1482798&r2=1482799&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/tribes/project.xml (original)
+++ tomcat/trunk/webapps/docs/tribes/project.xml Wed May 15 13:01:08 2013
@@ -27,7 +27,7 @@
 
     <menu name="Links">
         <item name="Docs Home"             href="../index.html"/>
-        <item name="Tribes Docs Home"      href="index.html"/>
+        <item name="Tribes Docs Home"      href="introduction.html"/>
         <item name="FAQ"                   href="http://wiki.apache.org/tomcat/FAQ" />
         <item name="User Comments"         href="#comments_section"/>
     </menu>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org