diff options
author | Roel Spilker <r.spilker@gmail.com> | 2015-05-02 11:59:18 +0200 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2015-05-02 11:59:18 +0200 |
commit | 88582751d2d28d5f3f0ebf67dc3776b786ecc9cc (patch) | |
tree | 0b0c6596757eff4a95286de83c746dd1e06e93c2 /buildScripts/website.ant.xml | |
parent | 9d1b1251947d81d4158d3a48ba478ec3343dd5ed (diff) | |
download | lombok-88582751d2d28d5f3f0ebf67dc3776b786ecc9cc.tar.gz lombok-88582751d2d28d5f3f0ebf67dc3776b786ecc9cc.tar.bz2 lombok-88582751d2d28d5f3f0ebf67dc3776b786ecc9cc.zip |
Change http://projectlombok.org to https://projectlombok.org
Diffstat (limited to 'buildScripts/website.ant.xml')
-rw-r--r-- | buildScripts/website.ant.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/buildScripts/website.ant.xml b/buildScripts/website.ant.xml index ac1f0c1e..ac9f5478 100644 --- a/buildScripts/website.ant.xml +++ b/buildScripts/website.ant.xml @@ -62,7 +62,7 @@ such as converting the changelog into HTML, and creating javadoc. </target> <target name="check-videos-uptodate" depends="build-webuptodate"> - <webuptodate property="videos.uptodate" urlbase="http://projectlombok.org/videos/"> + <webuptodate property="videos.uptodate" urlbase="https://projectlombok.org/videos/"> <srcfiles dir="website/videos" includes="**/*" /> </webuptodate> </target> @@ -324,7 +324,7 @@ such as converting the changelog into HTML, and creating javadoc. <property name="javadoc.overview.html" location="build/javadoc.overview.html" /> <echo file="${javadoc.overview.html}"><![CDATA[<html><body> Welcome to the lombok javadoc. If you're just looking to learn more about using lombok - You probably want to look at <a href="http://projectlombok.org/features/index.html">the feature documentation</a>. Otherwise, + You probably want to look at <a href="https://projectlombok.org/features/index.html">the feature documentation</a>. Otherwise, check the <a href="lombok/package-summary.html">lombok</a> package. If you're trying to extend lombok or write your own plugins, the other packages are what you're looking for.</body></html> ]]></echo> @@ -335,8 +335,8 @@ such as converting the changelog into HTML, and creating javadoc. <link href="http://www.slf4j.org/api/" /> <link href="http://commons.apache.org/logging/apidocs/" /> <link href="http://logging.apache.org/log4j/1.2/apidocs/" /> - <header><![CDATA[<a href='http://projectlombok.org/' target='_blank'>Lombok</a> - ]]>v${lombok.version}</header> - <bottom><![CDATA[<i>Copyright © 2009-2015 The Project Lombok Authors, licensed under the <a href='http://www.opensource.org/licenses/mit-license.php'>MIT licence</a>.]]></bottom> + <header><![CDATA[<a href='https://projectlombok.org/' target='_blank'>Lombok</a> - ]]>v${lombok.version}</header> + <bottom><![CDATA[<i>Copyright © 2009-2015 The Project Lombok Authors, licensed under the <a href='http://www.opensource.org/licenses/mit-license.php' target='_blank'>MIT licence</a>.]]></bottom> </javadoc> <!-- bugfix for boneheaded javadoc bug where ?is-external=true is inserted before an anchor ref, breaking the anchor ref. is-external=true doesn't actually do anything, so, we'll just get rid of it. --> |