Author: markt
Date: Fri Jan 19 10:48:52 2018
New Revision: 1821618

URL: http://svn.apache.org/viewvc?rev=1821618&view=rev
Log:
Move static resources to res directory
Patch by Igal Sapir

Added:
    tomcat/site/trunk/docs/res/
    tomcat/site/trunk/docs/res/css/
    tomcat/site/trunk/docs/res/css/fonts/
      - copied from r1821617, tomcat/site/trunk/docs/stylesheets/fonts/
    tomcat/site/trunk/docs/res/css/tomcat.css
      - copied unchanged from r1821617, 
tomcat/site/trunk/docs/stylesheets/tomcat.css
    tomcat/site/trunk/docs/res/images/
      - copied from r1821617, tomcat/site/trunk/docs/images/
    tomcat/site/trunk/xdocs/res/
    tomcat/site/trunk/xdocs/res/css/
    tomcat/site/trunk/xdocs/res/css/fonts/
      - copied from r1821617, tomcat/site/trunk/xdocs/stylesheets/fonts/
    tomcat/site/trunk/xdocs/res/css/tomcat.css
      - copied unchanged from r1821617, 
tomcat/site/trunk/xdocs/stylesheets/tomcat.css
    tomcat/site/trunk/xdocs/res/images/
      - copied from r1821617, tomcat/site/trunk/xdocs/images/
Removed:
    tomcat/site/trunk/docs/images/
    tomcat/site/trunk/docs/stylesheets/
    tomcat/site/trunk/xdocs/images/
    tomcat/site/trunk/xdocs/stylesheets/fonts/
    tomcat/site/trunk/xdocs/stylesheets/tomcat.css
Modified:
    tomcat/site/trunk/build.xml
    tomcat/site/trunk/docs/bugreport.html
    tomcat/site/trunk/docs/ci.html
    tomcat/site/trunk/docs/conference.html
    tomcat/site/trunk/docs/contact.html
    tomcat/site/trunk/docs/download-70.html
    tomcat/site/trunk/docs/download-80.html
    tomcat/site/trunk/docs/download-90.html
    tomcat/site/trunk/docs/download-connectors.html
    tomcat/site/trunk/docs/download-native.html
    tomcat/site/trunk/docs/download-taglibs.html
    tomcat/site/trunk/docs/findhelp.html
    tomcat/site/trunk/docs/getinvolved.html
    tomcat/site/trunk/docs/heritage.html
    tomcat/site/trunk/docs/index.html
    tomcat/site/trunk/docs/irc.html
    tomcat/site/trunk/docs/legal.html
    tomcat/site/trunk/docs/lists.html
    tomcat/site/trunk/docs/maven-plugin.html
    tomcat/site/trunk/docs/migration-6.html
    tomcat/site/trunk/docs/migration-7.html
    tomcat/site/trunk/docs/migration-8.html
    tomcat/site/trunk/docs/migration-85.html
    tomcat/site/trunk/docs/migration-9.html
    tomcat/site/trunk/docs/migration.html
    tomcat/site/trunk/docs/oldnews-2010.html
    tomcat/site/trunk/docs/oldnews-2011.html
    tomcat/site/trunk/docs/oldnews-2012.html
    tomcat/site/trunk/docs/oldnews-2013.html
    tomcat/site/trunk/docs/oldnews-2014.html
    tomcat/site/trunk/docs/oldnews-2015.html
    tomcat/site/trunk/docs/oldnews-2016.html
    tomcat/site/trunk/docs/oldnews.html
    tomcat/site/trunk/docs/presentations.html
    tomcat/site/trunk/docs/resources.html
    tomcat/site/trunk/docs/security-3.html
    tomcat/site/trunk/docs/security-4.html
    tomcat/site/trunk/docs/security-5.html
    tomcat/site/trunk/docs/security-6.html
    tomcat/site/trunk/docs/security-7.html
    tomcat/site/trunk/docs/security-8.html
    tomcat/site/trunk/docs/security-9.html
    tomcat/site/trunk/docs/security-impact.html
    tomcat/site/trunk/docs/security-jk.html
    tomcat/site/trunk/docs/security-native.html
    tomcat/site/trunk/docs/security-taglibs.html
    tomcat/site/trunk/docs/security.html
    tomcat/site/trunk/docs/svn.html
    tomcat/site/trunk/docs/taglibs.html
    tomcat/site/trunk/docs/tomcat-55-eol.html
    tomcat/site/trunk/docs/tomcat-60-eol.html
    tomcat/site/trunk/docs/tomcat-80-eol.html
    tomcat/site/trunk/docs/tools.html
    tomcat/site/trunk/docs/whichversion.html
    tomcat/site/trunk/docs/whoweare.html
    tomcat/site/trunk/xdocs/conference.xml
    tomcat/site/trunk/xdocs/stylesheets/tomcat-site.xsl
    tomcat/site/trunk/xdocs/tools.xml

Modified: tomcat/site/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/build.xml?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/build.xml (original)
+++ tomcat/site/trunk/build.xml Fri Jan 19 10:48:52 2018
@@ -50,12 +50,9 @@
 
     <!-- Copy static resource files -->
     <echo message="Copying static resource files..." />
-    <copy todir="${docs.dest}/images" filtering="no" overwrite="${force}">
-      <fileset dir="${docs.src}/images">
-        <include name="**/*.gif"/>
-        <include name="**/*.jpeg"/>
-        <include name="**/*.jpg"/>
-        <include name="**/*.png"/>
+    <copy todir="${docs.dest}/res" filtering="no" overwrite="${force}">
+      <fileset dir="${docs.src}/res">
+        <include name="**"/>
       </fileset>
     </copy>
 
@@ -75,11 +72,10 @@
       </fileset>
     </copy>
 
-    <!-- Copy CSS stylesheets and download CGI -->
-    <echo message="Copying CSS and CGI files..." />
+    <!-- Copy download CGI scripts -->
+    <echo message="Copying CGI scripts..." />
     <copy todir="${docs.dest}" filtering="no" overwrite="${force}">
       <fileset dir="${docs.src}">
-        <include name="**/*.css"/>
         <include name="**/*.cgi"/>
       </fileset>
     </copy>

Modified: tomcat/site/trunk/docs/bugreport.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/bugreport.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/bugreport.html (original)
+++ tomcat/site/trunk/docs/bugreport.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Reporting Bugs</title>
 <meta name="author" content="Glenn L. Nielsen">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/ci.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/ci.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/ci.html (original)
+++ tomcat/site/trunk/docs/ci.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Continuous Integration</title>
 </head>
 <body>
@@ -12,11 +12,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/conference.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/conference.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/conference.html (original)
+++ tomcat/site/trunk/docs/conference.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - TomcatCon</title>
 </head>
 <body>
@@ -12,11 +12,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>
@@ -208,14 +208,14 @@
 <div class="text">
 
 
-<img src="images/tomcatcon-london-2017.jpg" width="100%">
+<img src="res/images/tomcatcon-london-2017.jpg" width="100%">
 
 <div class="subsection">
 <h4 id="When">When</h4>
 <div class="text">
 
 
-<p>26 September 2017</p> 
+<p>26 September 2017</p>
 
 
 </div>
@@ -227,7 +227,7 @@
 <div class="text">
 
 
-<p>Hilton Doubletree, Westminster, London, UK</p> 
+<p>Hilton Doubletree, Westminster, London, UK</p>
 
 
 </div>
@@ -336,14 +336,14 @@ release which is used by organisations s
 NHS.</p>
 
 
-<a 
href="https://www.liferay.com/?utm_source=asf%20tomcat%20uk&amp;utm_medium=social&amp;utm_content=explore%20liferay";
 target="_blank"><img src="images/liferay.png" width="200"></a>
+<a 
href="https://www.liferay.com/?utm_source=asf%20tomcat%20uk&amp;utm_medium=social&amp;utm_content=explore%20liferay";
 target="_blank"><img src="res/images/liferay.png" width="200"></a>
 
 
 <p>Thanks to <a href="https://www.c2b2.co.uk/";>c2b2</a> for providing 
sponsorship
 for speaker travel and associated expenses.</p>
 
 
-<a href="https://www.c2b2.co.uk/"; target="_blank"><img src="images/c2b2.gif" 
width="125"></a>
+<a href="https://www.c2b2.co.uk/"; target="_blank"><img 
src="res/images/c2b2.gif" width="125"></a>
 
 
 <p>Thanks to <a href="https://www.redhat.com/en";>Red Hat</a> and
@@ -362,7 +362,7 @@ for speaker travel and associated expens
 <p>Slides along with audio and video (where available) from previous events are
    available from the <a href="presentations.html">previous presentations</a>
    page.</p>
-   
+
 
 </div>
 </div>

Modified: tomcat/site/trunk/docs/contact.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/contact.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/contact.html (original)
+++ tomcat/site/trunk/docs/contact.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Contact Information</title>
 </head>
 <body>
@@ -12,11 +12,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/download-70.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-70.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/download-70.html (original)
+++ tomcat/site/trunk/docs/download-70.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Apache Tomcat 7 Software Downloads</title>
 </head>
 <body>
@@ -12,11 +12,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/download-80.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-80.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/download-80.html (original)
+++ tomcat/site/trunk/docs/download-80.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Apache Tomcat 8 Software Downloads</title>
 </head>
 <body>
@@ -12,11 +12,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/download-90.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-90.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/download-90.html (original)
+++ tomcat/site/trunk/docs/download-90.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Apache Tomcat 9 Software Downloads</title>
 </head>
 <body>
@@ -12,11 +12,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/download-connectors.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-connectors.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/download-connectors.html (original)
+++ tomcat/site/trunk/docs/download-connectors.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Tomcat Connectors (mod_jk) Downloads</title>
 </head>
 <body>
@@ -12,11 +12,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/download-native.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-native.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/download-native.html (original)
+++ tomcat/site/trunk/docs/download-native.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Tomcat Native Downloads</title>
 </head>
 <body>
@@ -12,11 +12,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/download-taglibs.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/download-taglibs.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/download-taglibs.html (original)
+++ tomcat/site/trunk/docs/download-taglibs.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Apache Taglibs Downloads</title>
 </head>
 <body>
@@ -12,11 +12,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/findhelp.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/findhelp.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/findhelp.html (original)
+++ tomcat/site/trunk/docs/findhelp.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Find Help</title>
 </head>
 <body>
@@ -12,11 +12,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/getinvolved.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/getinvolved.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/getinvolved.html (original)
+++ tomcat/site/trunk/docs/getinvolved.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Get Involved</title>
 </head>
 <body>
@@ -12,11 +12,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/heritage.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/heritage.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/heritage.html (original)
+++ tomcat/site/trunk/docs/heritage.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Heritage</title>
 </head>
 <body>
@@ -12,11 +12,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/index.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/index.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/index.html (original)
+++ tomcat/site/trunk/docs/index.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Welcome!</title>
 <meta name="author" content="Apache Tomcat Project">
 <meta name="google-site-verification" 
content="nA9F0GvGNjVCU9W7HBziONQVx6FehvgQglI1X7WPfRw">
@@ -14,11 +14,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/irc.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/irc.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/irc.html (original)
+++ tomcat/site/trunk/docs/irc.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Apache Tomcat on IRC</title>
 <meta name="author" content="Marc A. Saegesser">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/legal.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/legal.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/legal.html (original)
+++ tomcat/site/trunk/docs/legal.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Legal Stuff They Make Us Say</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/lists.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/lists.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/lists.html (original)
+++ tomcat/site/trunk/docs/lists.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Mailing Lists</title>
 <meta name="author" content="Apache Tomcat Team">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/maven-plugin.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/maven-plugin.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/maven-plugin.html (original)
+++ tomcat/site/trunk/docs/maven-plugin.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Tomcat Maven Plugin</title>
 <meta name="author" content="Apache Tomcat Team">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/migration-6.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-6.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-6.html (original)
+++ tomcat/site/trunk/docs/migration-6.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Migration Guide - Tomcat 6.0.x</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/migration-7.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-7.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-7.html (original)
+++ tomcat/site/trunk/docs/migration-7.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Migration Guide - Tomcat 7.0.x</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/migration-8.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-8.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-8.html (original)
+++ tomcat/site/trunk/docs/migration-8.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Migration Guide - Tomcat 8.0.x</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/migration-85.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-85.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-85.html (original)
+++ tomcat/site/trunk/docs/migration-85.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Migration Guide - Tomcat 8.5.x</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/migration-9.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration-9.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration-9.html (original)
+++ tomcat/site/trunk/docs/migration-9.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Migration Guide - Tomcat 9.0.x</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/migration.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/migration.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/migration.html (original)
+++ tomcat/site/trunk/docs/migration.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Migration Guide</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/oldnews-2010.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2010.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews-2010.html (original)
+++ tomcat/site/trunk/docs/oldnews-2010.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Old news! - 2010</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/oldnews-2011.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2011.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews-2011.html (original)
+++ tomcat/site/trunk/docs/oldnews-2011.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Old news! - 2011</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/oldnews-2012.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2012.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews-2012.html (original)
+++ tomcat/site/trunk/docs/oldnews-2012.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Old news! - 2012</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/oldnews-2013.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2013.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews-2013.html (original)
+++ tomcat/site/trunk/docs/oldnews-2013.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Old news!</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/oldnews-2014.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2014.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews-2014.html (original)
+++ tomcat/site/trunk/docs/oldnews-2014.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Old news!</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/oldnews-2015.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2015.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews-2015.html (original)
+++ tomcat/site/trunk/docs/oldnews-2015.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Old news!</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/oldnews-2016.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews-2016.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews-2016.html (original)
+++ tomcat/site/trunk/docs/oldnews-2016.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Old news!</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/oldnews.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/oldnews.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/oldnews.html (original)
+++ tomcat/site/trunk/docs/oldnews.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Old news!</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/presentations.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/presentations.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/presentations.html (original)
+++ tomcat/site/trunk/docs/presentations.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Presentations</title>
 </head>
 <body>
@@ -12,11 +12,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/resources.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/resources.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/resources.html (original)
+++ tomcat/site/trunk/docs/resources.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Resources</title>
 <meta name="author" content="Remy Maucherat">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/security-3.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-3.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/security-3.html (original)
+++ tomcat/site/trunk/docs/security-3.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Apache Tomcat 3.x vulnerabilities</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/security-4.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-4.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/security-4.html (original)
+++ tomcat/site/trunk/docs/security-4.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Apache Tomcat 4.x vulnerabilities</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/security-5.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-5.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/security-5.html (original)
+++ tomcat/site/trunk/docs/security-5.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Apache Tomcat 5 vulnerabilities</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/security-6.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-6.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/security-6.html (original)
+++ tomcat/site/trunk/docs/security-6.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Apache Tomcat 6 vulnerabilities</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/security-7.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-7.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/security-7.html (original)
+++ tomcat/site/trunk/docs/security-7.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Apache Tomcat 7 vulnerabilities</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/security-8.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-8.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/security-8.html (original)
+++ tomcat/site/trunk/docs/security-8.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Apache Tomcat 8 vulnerabilities</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/security-9.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-9.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/security-9.html (original)
+++ tomcat/site/trunk/docs/security-9.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Apache Tomcat 9 vulnerabilities</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/security-impact.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-impact.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/security-impact.html (original)
+++ tomcat/site/trunk/docs/security-impact.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Security Impact Levels</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>

Modified: tomcat/site/trunk/docs/security-jk.html
URL: 
http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-jk.html?rev=1821618&r1=1821617&r2=1821618&view=diff
==============================================================================
--- tomcat/site/trunk/docs/security-jk.html (original)
+++ tomcat/site/trunk/docs/security-jk.html Fri Jan 19 10:48:52 2018
@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<link href="stylesheets/tomcat.css" rel="stylesheet" type="text/css">
+<link href="res/css/tomcat.css" rel="stylesheet" type="text/css">
 <title>Apache Tomcat&reg; - Apache Tomcat JK Connectors vulnerabilities</title>
 <meta name="author" content="Apache Tomcat Project">
 </head>
@@ -13,11 +13,11 @@
 <div>
 <div>
 <div class="logo noPrint">
-<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="./images/tomcat.png"></a>
+<a href="http://tomcat.apache.org/";><img alt="Tomcat Home" 
src="res/images/tomcat.png"></a>
 </div>
 <div style="height: 1px;"></div>
 <div class="asfLogo noPrint">
-<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img src="./images/asf_logo.svg" 
alt="The Apache Software Foundation" style="width: 205px; height: 83px; 
margin-right: 15px;"></a>
+<a href="https://www.apache.org/foundation/contributing.html"; 
target="_blank"><img 
src="https://www.apache.org/images/SupportApache-small.png"; alt="Support 
Apache" style="height: 83px; margin-right: 15px;"></a><a 
href="http://www.apache.org/"; target="_blank"><img 
src="res/images/asf_logo.svg" alt="The Apache Software Foundation" 
style="width: 205px; height: 83px; margin-right: 15px;"></a>
 </div>
 <h1 style="margin-top: 35px;">Apache Tomcat<sup>&reg;</sup>
 </h1>



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

Reply via email to