aboutsummaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorDominik Stadler <centic@apache.org>2022-12-30 08:11:32 +0000
committerDominik Stadler <centic@apache.org>2022-12-30 08:11:32 +0000
commitcc40f9faac80de7a30f5cebe60c6ded84b8bdc95 (patch)
tree559010ee36429010680fd34e6d1055e493aaaf5a /build.xml
parentf3fbf0233aad2659d339a8ecfff9e7981fbf0201 (diff)
downloadpoi-cc40f9faac80de7a30f5cebe60c6ded84b8bdc95.tar.gz
poi-cc40f9faac80de7a30f5cebe60c6ded84b8bdc95.zip
Replace some more http -> https in the generated documentation pages
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1906275 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index bf7929e398..25b7e67461 100644
--- a/build.xml
+++ b/build.xml
@@ -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" />