aboutsummaryrefslogtreecommitdiff
path: root/website/credits.html
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2015-05-02 15:36:42 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2015-05-02 15:42:05 +0200
commitfa27f032e5a09deb4ba97f7885470d411485bd9b (patch)
tree9310dc648567af461e0874bf28ea67ded25de059 /website/credits.html
parent6fce13a8db45629a76e31c2a1c676ab9dac021dc (diff)
downloadlombok-fa27f032e5a09deb4ba97f7885470d411485bd9b.tar.gz
lombok-fa27f032e5a09deb4ba97f7885470d411485bd9b.tar.bz2
lombok-fa27f032e5a09deb4ba97f7885470d411485bd9b.zip
https-ified links on the site.
Diffstat (limited to 'website/credits.html')
-rw-r--r--website/credits.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/website/credits.html b/website/credits.html
index 36c9895c..803195bd 100644
--- a/website/credits.html
+++ b/website/credits.html
@@ -102,8 +102,8 @@
<li>all contributors who submitted patches or helped answering questions!</li>
</ul>
as well as the authors of the following tools that we use:<ul>
- <li><a href="http://code.google.com/">Google Code Hosting</a> for hosting our issue tracker as well as the lombok releases.</a></li>
- <li><a href="http://github.com/">Github</a> for hosting lombok's repository.</li>
+ <li><a href="https://code.google.com/">Google Code Hosting</a> for hosting our issue tracker as well as the lombok releases.</a></li>
+ <li><a href="https://github.com/">Github</a> for hosting lombok's repository.</li>
<li>The <a href="http://asm.ow2.org/index.html">ASM team</a> at ObjectWeb for creating an excellent class file editing tool.
Lombok uses ASM to interact with Eclipse.</li>
<li>Markus Gebhard for creating <a href="http://java2html.de/">java2html</a> which we use for the example code snippets on the
@@ -112,7 +112,7 @@
runs on just about every system imaginable because of it.</a></li>
<li>Longtail Video's <a href="http://www.longtailvideo.com/players/jw-flv-player/">JWPlayer</a>, which is bringing the video to
those of you who have an aging browser.</li>
- <li>The <a href="http://code.google.com/p/spi/">spi project</a>, which makes it very easy to extend lombok with your own transformations.</li>
+ <li>The <a href="https://code.google.com/p/spi/">spi project</a>, which makes it very easy to extend lombok with your own transformations.</li>
<li><a href="http://ant.apache.org/ivy/">Apache Ivy</a> - Dependency management</li>
<li><a href="http://cobertura.sourceforge.net/">Cobertura</a> which we use to ensure our tests cover as much as possible.</li>
</ul>