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
This commit is contained in:
Dominik Stadler 2022-12-30 08:11:32 +00:00
parent f3fbf0233a
commit cc40f9faac
1 changed files with 10 additions and 0 deletions

View File

@ -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" />