You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2022/12/30 08:11:32 UTC

svn commit: r1906275 - /poi/trunk/build.xml

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: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org