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 /website | |
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 'website')
-rw-r--r-- | website/download.html | 2 | ||||
-rw-r--r-- | website/mavenrepo/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/website/download.html b/website/download.html index fa6becc4..590fbd13 100644 --- a/website/download.html +++ b/website/download.html @@ -40,7 +40,7 @@ </div> </div> <div class="downloadHelp"> - <div class="stableLink">Download <a href="http://projectlombok.org/downloads/lombok.jar">lombok.jar</a> @VERSION@.</div> + <div class="stableLink">Download <a href="https://projectlombok.org/downloads/lombok.jar">lombok.jar</a> @VERSION@.</div> <div class="edgeLink">Feeling adventurous? Download the latest <a href="download-edge.html">snapshot</a> release.</div> <table cellspacing="0" cellpadding="0"> diff --git a/website/mavenrepo/index.html b/website/mavenrepo/index.html index 29716920..b97eb829 100644 --- a/website/mavenrepo/index.html +++ b/website/mavenrepo/index.html @@ -73,7 +73,7 @@ <div> <em>NOTE:</em> You'll still need to download lombok, or doubleclick on the lombok.jar file downloaded by maven / ivy / gradle, to install lombok into your eclipse installation. </div> - <a id="downloadLink" href="http://projectlombok.googlecode.com/files/lombok.jar">Download lombok.jar</a> + <a id="downloadLink" href="https://projectlombok.org/downloads/lombok.jar">Download lombok.jar</a> </div> <div class="backLink"> <a href="../index.html">back to the project homepage</a> |