Browse Source

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
tags/REL_5_2_4
Dominik Stadler 1 year ago
parent
commit
cc40f9faac
1 changed files with 10 additions and 0 deletions
  1. 10
    0
      build.xml

+ 10
- 0
build.xml 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" />


Loading…
Cancel
Save