diff options
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>--> |