Author: kkolinko
Date: Wed Nov 12 19:18:49 2014
New Revision: 1638962

URL: http://svn.apache.org/r1638962
Log:
Correct URL in configuration comparison tool in Migration guide, as Tomcat 8 
now has its own branch
Modified:
    tomcat/site/trunk/docs/migration-8.html
    tomcat/site/trunk/xdocs/migration-8.xml

Modified: tomcat/site/trunk/docs/migration-8.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-8.html?rev=1638962&r1=1638961&r2=1638962&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-8.html (original)
+++ tomcat/site/trunk/docs/migration-8.html Wed Nov 12 19:18:49 2014
@@ -528,7 +528,7 @@ of Apache Tomcat.</p>
           "8.0.15":"1636170"
         };
 
-        formSubmit.action = "http://svn.apache.org/viewvc/tomcat/trunk/"; +
+        formSubmit.action = 
"http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/"; +
           document.getElementById('select-filename').value;
         formSubmit.elements['r1'].value = 
revisions[document.getElementById('select-r1').value]; 
         formSubmit.elements['r2'].value = 
revisions[document.getElementById('select-r2').value]; 

Modified: tomcat/site/trunk/xdocs/migration-8.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/migration-8.xml?rev=1638962&r1=1638961&r2=1638962&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/migration-8.xml (original)
+++ tomcat/site/trunk/xdocs/migration-8.xml Wed Nov 12 19:18:49 2014
@@ -205,7 +205,7 @@ of Apache Tomcat.</p>
           "8.0.15":"1636170"
         };
 
-        formSubmit.action = "http://svn.apache.org/viewvc/tomcat/trunk/"; +
+        formSubmit.action = 
"http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/"; +
           document.getElementById('select-filename').value;
         formSubmit.elements['r1'].value = 
revisions[document.getElementById('select-r1').value]; 
         formSubmit.elements['r2'].value = 
revisions[document.getElementById('select-r2').value]; 



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

Reply via email to