Author: centic
Date: Tue Jun 14 12:24:49 2022
New Revision: 1901900

URL: http://svn.apache.org/viewvc?rev=1901900&view=rev
Log:
Keep two more links at "https"

Modified:
    xmlbeans/site/build.xml

Modified: xmlbeans/site/build.xml
URL: 
http://svn.apache.org/viewvc/xmlbeans/site/build.xml?rev=1901900&r1=1901899&r2=1901900&view=diff
==============================================================================
--- xmlbeans/site/build.xml (original)
+++ xmlbeans/site/build.xml Tue Jun 14 12:24:49 2022
@@ -68,6 +68,16 @@
                  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