diff options
| author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-01-06 01:21:44 +0100 |
|---|---|---|
| committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2017-05-29 21:01:53 +0200 |
| commit | 36a7cda02ce98b98772b9dd736722f73a8a90e95 (patch) | |
| tree | ddd890eb04281b75796a1d6a68306116d736390a /website2/templates/download.html | |
| parent | 2ad210ba8a97483d59afbff01c6443de94c12c62 (diff) | |
| download | lombok-36a7cda02ce98b98772b9dd736722f73a8a90e95.tar.gz lombok-36a7cda02ce98b98772b9dd736722f73a8a90e95.tar.bz2 lombok-36a7cda02ce98b98772b9dd736722f73a8a90e95.zip | |
[wip] download pages.
Diffstat (limited to 'website2/templates/download.html')
| -rw-r--r-- | website2/templates/download.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/website2/templates/download.html b/website2/templates/download.html index 0205cba0..af992c39 100644 --- a/website2/templates/download.html +++ b/website2/templates/download.html @@ -46,7 +46,7 @@ <!--<tr>--> <!--<td class="platform">NetBeans</td>--> <!--<td class="instruction">Just put <code>lombok.jar</code> on the classpath and enable annotation--> - <!--processing. <a href="setup/netbeans.html">More…</a></td>--> + <!--processing. <a href="/setup/netbeans.html">More…</a></td>--> <!--</tr>--> <!--<tr>--> @@ -58,7 +58,7 @@ <!--<tr>--> <!--<td class="platform">IDEA IntelliJ</td>--> - <!--<td class="instruction"><a href="https://code.google.com/p/lombok-intellij-plugin/">A plugin--> + <!--<td class="instruction"><a href="https://github.com/mplushnikov/lombok-intellij-plugin">A plugin--> <!--developed by Michael Plushnikov</a> adds support for most features.--> <!--</td>--> <!--</tr>--> @@ -66,13 +66,13 @@ <!--<tr>--> <!--<td class="platform">Javadoc</td>--> <!--<td class="instruction">First delombok your code then run javadoc on the result. <a--> - <!--href="features/delombok.html">More…</a></td>--> + <!--href="/features/delombok">More…</a></td>--> <!--</tr>--> <!--<tr>--> <!--<td class="platform">Android</td>--> <!--<td class="instruction">The proper way to use lombok with android is somewhat complicated but--> - <!--possible. <a href="setup/android.html">More…</a></td>--> + <!--possible. <a href="/setup/android.html">More…</a></td>--> <!--</tr>--> <!--<tr>--> @@ -94,7 +94,7 @@ <!--</tr>--> <!--</table>--> <!--<p style="font-size: 0.9em">--> - <!--Or, <a href="http://code.google.com/p/projectlombok/downloads/list">download</a> a previous version of--> + <!--Or, <a href="/all-versions">download</a> a previous version of--> <!--lombok.--> <!--</p>--> <!--</div>--> |
