Author: centic
Date: Fri Dec 30 08:11:32 2022
New Revision: 1906275

URL: http://svn.apache.org/viewvc?rev=1906275&view=rev
Log:
Replace some more http -> https in the generated documentation pages

Modified:
    poi/trunk/build.xml

Modified: poi/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/poi/trunk/build.xml?rev=1906275&r1=1906274&r2=1906275&view=diff
==============================================================================
--- poi/trunk/build.xml (original)
+++ poi/trunk/build.xml Fri Dec 30 08:11:32 2022
@@ -2098,6 +2098,16 @@ under the License.
             value="https://www.google.com/search";
             summary="true"
             includes="**/*.html"/>
+        <replace dir="${build.site}"
+            token="http://validator.w3.org";
+            value="https://validator.w3.org";
+            summary="true"
+            includes="**/*.html"/>
+        <replace dir="${build.site}"
+            token="http://jigsaw.w3.org";
+            value="https://jigsaw.w3.org";
+            summary="true"
+            includes="**/*.html"/>
 
         <fixcrlf srcdir="${build.site}" includes="**/*.html,**/*.css" 
eol="unix" eof="remove" />
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to