aboutsummaryrefslogtreecommitdiff
path: root/website/credits.html
diff options
context:
space:
mode:
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>