aboutsummaryrefslogtreecommitdiff
path: root/website
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
parent6fce13a8db45629a76e31c2a1c676ab9dac021dc (diff)
downloadlombok-fa27f032e5a09deb4ba97f7885470d411485bd9b.tar.gz
lombok-fa27f032e5a09deb4ba97f7885470d411485bd9b.tar.bz2
lombok-fa27f032e5a09deb4ba97f7885470d411485bd9b.zip
https-ified links on the site.
Diffstat (limited to 'website')
-rw-r--r--website/credits.html6
-rw-r--r--website/disableCheckedExceptions.html2
-rw-r--r--website/download.html10
-rw-r--r--website/features/Builder.html2
-rw-r--r--website/index.html14
-rw-r--r--website/novideo.html10
-rw-r--r--website/setup/android.html10
-rw-r--r--website/setup/ecj.html8
-rw-r--r--website/setup/gwt.html8
-rw-r--r--website/setup/netbeans.html8
10 files changed, 39 insertions, 39 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>
diff --git a/website/disableCheckedExceptions.html b/website/disableCheckedExceptions.html
index 8bd54171..64ad1cd8 100644
--- a/website/disableCheckedExceptions.html
+++ b/website/disableCheckedExceptions.html
@@ -41,7 +41,7 @@
Ready to try it out? download it here: <a href="downloads/disableCheckedExceptions-alpha.jar">disableCheckedExceptions-alpha.jar</a>
</p>
<p>
- Want to know how its done? Grab the lombok repository <a href="http://github.com/rzwitserloot/lombok/tree/disableCheckedExceptions">here on github</a>,
+ Want to know how its done? Grab the lombok repository <a href="https://github.com/rzwitserloot/lombok/tree/disableCheckedExceptions">here on github</a>,
and look in the <code>experimental</code> directory.
</p>
<div class="backLink">
diff --git a/website/download.html b/website/download.html
index 590fbd13..d28bcbf0 100644
--- a/website/download.html
+++ b/website/download.html
@@ -9,7 +9,7 @@
<title>Project Lombok</title>
<!--[if lt IE 7]><script type="text/javascript" src="logi/iepngfix_tilebg.js"></script><![endif]-->
</head><body>
- <a id="forkMe" href="http://github.com/rzwitserloot/lombok"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
+ <a id="forkMe" href="https://github.com/rzwitserloot/lombok"><img style="position: absolute; top: 0; right: 0; border: 0;" src="//s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<div class="meat">
<h1><a href="/">Project Lombok</a> - Download</h1>
<div id="buttonBar" class="buttonBar">
@@ -17,15 +17,15 @@
<img src="icon_overview.png" />
<span>Feature Overview</span>
</a>
- <a class="button" href="http://groups.google.com/group/project-lombok">
+ <a class="button" href="https://groups.google.com/group/project-lombok">
<img src="icon_discussion.png" />
<span>Discuss / Help</span>
</a>
- <a class="button" href="http://wiki.github.com/rzwitserloot/lombok/contributing">
+ <a class="button" href="https://wiki.github.com/rzwitserloot/lombok/contributing">
<img src="icon_contribute.png" />
<span>Contribute</span>
</a>
- <a class="button" href="http://code.google.com/p/projectlombok/issues/list">
+ <a class="button" href="https://code.google.com/p/projectlombok/issues/list">
<img src="icon_bugs.png" />
<span>Report an issue</span>
</a>
@@ -40,7 +40,7 @@
</div>
</div>
<div class="downloadHelp">
- <div class="stableLink">Download <a href="https://projectlombok.org/downloads/lombok.jar">lombok.jar</a> @VERSION@.</div>
+ <div class="stableLink">Download <a href="/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/features/Builder.html b/website/features/Builder.html
index b4731b07..60c69a42 100644
--- a/website/features/Builder.html
+++ b/website/features/Builder.html
@@ -89,7 +89,7 @@
</p><p>
<code>@Singular</code> can only be applied to collection types known to lombok. Currently, the supported types are:
<ul>
- <li><a href="http://docs.oracle.com/javase/8/docs/api/java/util/package-summary.html"><code>java.util</code></a>:<ul>
+ <li><a href="https://docs.oracle.com/javase/8/docs/api/java/util/package-summary.html"><code>java.util</code></a>:<ul>
<li><code>Iterable</code>, <code>Collection</code>, and <code>List</code> (backed by a compacted unmodifiable <code>ArrayList</code> in the general case).</li>
<li><code>Set</code>, <code>SortedSet</code>, and <code>NavigableSet</code> (backed by a smartly sized unmodifiable <code>HashSet</code> or <code>TreeSet</code> in the general case).</li>
<li><code>Map</code>, <code>SortedMap</code>, and <code>NavigableMap</code> (backed by a smartly sized unmodifiable <code>HashMap</code> or <code>TreeMap</code> in the general case).</li>
diff --git a/website/index.html b/website/index.html
index cfcdf9b7..d80a0e7d 100644
--- a/website/index.html
+++ b/website/index.html
@@ -14,7 +14,7 @@
</script>
<!--[if lt IE 7]><script type="text/javascript" src="logi/iepngfix_tilebg.js"></script><![endif]-->
</head><body>
- <a id="forkMe" href="http://github.com/rzwitserloot/lombok"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
+ <a id="forkMe" href="https://github.com/rzwitserloot/lombok"><img style="position: absolute; top: 0; right: 0; border: 0;" src="//s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<div class="meat">
<h1>Project Lombok</h1>
<div id="buttonBar" class="buttonBar">
@@ -22,15 +22,15 @@
<img src="icon_overview.png" />
<span>Feature Overview</span>
</a>
- <a class="button" href="http://groups.google.com/group/project-lombok">
+ <a class="button" href="https://groups.google.com/group/project-lombok">
<img src="icon_discussion.png" />
<span>Discuss / Help</span>
</a>
- <a class="button" href="http://wiki.github.com/rzwitserloot/lombok/contributing">
+ <a class="button" href="https://wiki.github.com/rzwitserloot/lombok/contributing">
<img src="icon_contribute.png" />
<span>Contribute</span>
</a>
- <a class="button" href="http://code.google.com/p/projectlombok/issues/list">
+ <a class="button" href="https://code.google.com/p/projectlombok/issues/list">
<img src="icon_bugs.png" />
<span>Report an issue</span>
</a>
@@ -65,10 +65,10 @@
</p><p>
To play the video in the webpage, please do one of the following:
</p><ul>
- <li>Upgrade to <a href="http://www.mozilla.org/firefox/">Firefox</a> or
- <a href="http://www.google.com/chrome/">Chrome</a>
+ <li>Upgrade to <a href="https://www.mozilla.org/firefox/">Firefox</a> or
+ <a href="https://www.google.com/chrome/">Chrome</a>
</li>
- <li>Install <a href="http://get.adobe.com/flashplayer/">Adobe Flash</a></li>
+ <li>Install <a href="https://get.adobe.com/flashplayer/">Adobe Flash</a></li>
</ul>
<!--[if !IE]>-->
</object>
diff --git a/website/novideo.html b/website/novideo.html
index 8dc3feb1..a3fff7dc 100644
--- a/website/novideo.html
+++ b/website/novideo.html
@@ -32,11 +32,11 @@
</p><p>
If the video won't play on the webpage and you want it to, please do one of the following:
</p><ul>
- <li>Upgrade to <a href="http://getfirefox.com/">Firefox 3.5</a>,
- <a href="http://apple.com/safari">Safari 4</a> or
- <a href="http://www.google.com/chrome/">Chrome 2</a></li>
- <li>Install <a href="http://get.adobe.com/flashplayer/">Adobe Flash</a></li>
- <li>Install <a href="http://apple.com/quicktime/download/">QuickTime</a></li>
+ <li>Upgrade to <a href="https://getfirefox.com/">Firefox 3.5</a>,
+ <a href="https://apple.com/safari">Safari 4</a> or
+ <a href="https://www.google.com/chrome/">Chrome 2</a></li>
+ <li>Install <a href="https://get.adobe.com/flashplayer/">Adobe Flash</a></li>
+ <li>Install <a href="https://apple.com/quicktime/download/">QuickTime</a></li>
</ul>
<div class="backLink">
<a href="index.html">back to the project homepage</a>
diff --git a/website/setup/android.html b/website/setup/android.html
index 23decaaa..17e821f5 100644
--- a/website/setup/android.html
+++ b/website/setup/android.html
@@ -9,7 +9,7 @@
<title>Project Lombok</title>
<!--[if lt IE 7]><script type="text/javascript" src="../logi/iepngfix_tilebg.js"></script><![endif]-->
</head><body>
- <a id="forkMe" href="http://github.com/rzwitserloot/lombok"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
+ <a id="forkMe" href="https://github.com/rzwitserloot/lombok"><img style="position: absolute; top: 0; right: 0; border: 0;" src="//s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<div class="meat">
<h1><a href="/">Project Lombok</a> - android instructions</h1>
<div id="buttonBar" class="buttonBar">
@@ -17,15 +17,15 @@
<img src="../icon_overview.png" />
<span>Feature Overview</span>
</a>
- <a class="button" href="http://groups.google.com/group/project-lombok">
+ <a class="button" href="https://groups.google.com/group/project-lombok">
<img src="../icon_discussion.png" />
<span>Discuss / Help</span>
</a>
- <a class="button" href="http://wiki.github.com/rzwitserloot/lombok/contributing">
+ <a class="button" href="https://wiki.github.com/rzwitserloot/lombok/contributing">
<img src="../icon_contribute.png" />
<span>Contribute</span>
</a>
- <a class="button" href="http://code.google.com/p/projectlombok/issues/list">
+ <a class="button" href="https://code.google.com/p/projectlombok/issues/list">
<img src="../icon_bugs.png" />
<span>Report an issue</span>
</a>
@@ -103,7 +103,7 @@ java -jar lombok.jar publicApi</pre>
</div>
<h3>Android Studio</h3>
<div>
- Follow the previous instructions (<em>Gradle</em>). In addition to setting up your gradle project correctly, you need to add the <a href="http://plugins.jetbrains.com/plugin/6317">Lombok IntelliJ plugin</a> to add lombok support to Android Studio:
+ Follow the previous instructions (<em>Gradle</em>). In addition to setting up your gradle project correctly, you need to add the <a href="https://plugins.jetbrains.com/plugin/6317">Lombok IntelliJ plugin</a> to add lombok support to Android Studio:
<ul>
<li>Go to <code>File &gt; Settings &gt; Plugins</code></li>
<li>Click on <code>Browse repositories...</code></li>
diff --git a/website/setup/ecj.html b/website/setup/ecj.html
index f9de358d..518baa4d 100644
--- a/website/setup/ecj.html
+++ b/website/setup/ecj.html
@@ -9,7 +9,7 @@
<title>Project Lombok</title>
<!--[if lt IE 7]><script type="text/javascript" src="../logi/iepngfix_tilebg.js"></script><![endif]-->
</head><body>
- <a id="forkMe" href="http://github.com/rzwitserloot/lombok"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
+ <a id="forkMe" href="https://github.com/rzwitserloot/lombok"><img style="position: absolute; top: 0; right: 0; border: 0;" src="//s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<div class="meat">
<h1><a href="/">Project Lombok</a> - ecj instructions</h1>
<div id="buttonBar" class="buttonBar">
@@ -17,15 +17,15 @@
<img src="../icon_overview.png" />
<span>Feature Overview</span>
</a>
- <a class="button" href="http://groups.google.com/group/project-lombok">
+ <a class="button" href="https://groups.google.com/group/project-lombok">
<img src="../icon_discussion.png" />
<span>Discuss / Help</span>
</a>
- <a class="button" href="http://wiki.github.com/rzwitserloot/lombok/contributing">
+ <a class="button" href="https://wiki.github.com/rzwitserloot/lombok/contributing">
<img src="../icon_contribute.png" />
<span>Contribute</span>
</a>
- <a class="button" href="http://code.google.com/p/projectlombok/issues/list">
+ <a class="button" href="https://code.google.com/p/projectlombok/issues/list">
<img src="../icon_bugs.png" />
<span>Report an issue</span>
</a>
diff --git a/website/setup/gwt.html b/website/setup/gwt.html
index ef7ea678..ce2a5834 100644
--- a/website/setup/gwt.html
+++ b/website/setup/gwt.html
@@ -9,7 +9,7 @@
<title>Project Lombok</title>
<!--[if lt IE 7]><script type="text/javascript" src="../logi/iepngfix_tilebg.js"></script><![endif]-->
</head><body>
- <a id="forkMe" href="http://github.com/rzwitserloot/lombok"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
+ <a id="forkMe" href="https://github.com/rzwitserloot/lombok"><img style="position: absolute; top: 0; right: 0; border: 0;" src="//s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<div class="meat">
<h1><a href="/">Project Lombok</a> - gwt instructions</h1>
<div id="buttonBar" class="buttonBar">
@@ -17,15 +17,15 @@
<img src="../icon_overview.png" />
<span>Feature Overview</span>
</a>
- <a class="button" href="http://groups.google.com/group/project-lombok">
+ <a class="button" href="https://groups.google.com/group/project-lombok">
<img src="../icon_discussion.png" />
<span>Discuss / Help</span>
</a>
- <a class="button" href="http://wiki.github.com/rzwitserloot/lombok/contributing">
+ <a class="button" href="https://wiki.github.com/rzwitserloot/lombok/contributing">
<img src="../icon_contribute.png" />
<span>Contribute</span>
</a>
- <a class="button" href="http://code.google.com/p/projectlombok/issues/list">
+ <a class="button" href="https://code.google.com/p/projectlombok/issues/list">
<img src="../icon_bugs.png" />
<span>Report an issue</span>
</a>
diff --git a/website/setup/netbeans.html b/website/setup/netbeans.html
index e1dafca7..96f127f6 100644
--- a/website/setup/netbeans.html
+++ b/website/setup/netbeans.html
@@ -9,7 +9,7 @@
<title>Project Lombok</title>
<!--[if lt IE 7]><script type="text/javascript" src="../logi/iepngfix_tilebg.js"></script><![endif]-->
</head><body>
- <a id="forkMe" href="http://github.com/rzwitserloot/lombok"><img style="position: absolute; top: 0; right: 0; border: 0;" src="http://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
+ <a id="forkMe" href="https://github.com/rzwitserloot/lombok"><img style="position: absolute; top: 0; right: 0; border: 0;" src="//s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub" /></a>
<div class="meat">
<h1><a href="/">Project Lombok</a> - NetBeans instructions</h1>
<div id="buttonBar" class="buttonBar">
@@ -17,15 +17,15 @@
<img src="../icon_overview.png" />
<span>Feature Overview</span>
</a>
- <a class="button" href="http://groups.google.com/group/project-lombok">
+ <a class="button" href="https://groups.google.com/group/project-lombok">
<img src="../icon_discussion.png" />
<span>Discuss / Help</span>
</a>
- <a class="button" href="http://wiki.github.com/rzwitserloot/lombok/contributing">
+ <a class="button" href="https://wiki.github.com/rzwitserloot/lombok/contributing">
<img src="../icon_contribute.png" />
<span>Contribute</span>
</a>
- <a class="button" href="http://code.google.com/p/projectlombok/issues/list">
+ <a class="button" href="https://code.google.com/p/projectlombok/issues/list">
<img src="../icon_bugs.png" />
<span>Report an issue</span>
</a>