aboutsummaryrefslogtreecommitdiff
path: root/website/download.html
diff options
context:
space:
mode:
Diffstat (limited to 'website/download.html')
-rw-r--r--website/download.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/website/download.html b/website/download.html
index d28bcbf0..5e65aaa4 100644
--- a/website/download.html
+++ b/website/download.html
@@ -25,7 +25,7 @@
<img src="icon_contribute.png" />
<span>Contribute</span>
</a>
- <a class="button" href="https://code.google.com/p/projectlombok/issues/list">
+ <a class="button" href="https://github.com/rzwitserloot/lombok/issues">
<img src="icon_bugs.png" />
<span>Report an issue</span>
</a>
@@ -57,7 +57,7 @@
<td class="instruction">Run <code>lombok.jar</code> as a java app (i.e. doubleclick it, usually) to install. Also add lombok.jar to your project. <span style="font-size: 0.8em;"><em>Supported variants: Springsource Tool Suite, JBoss Developer Studio</em></span></td></tr>
<tr><td class="platform">IDEA&nbsp;IntelliJ</td>
- <td class="instruction"><a href="https://code.google.com/p/lombok-intellij-plugin/">A plugin developed by Michael Plushnikov</a> adds support for most features.</td></tr>
+ <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>
<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&hellip;</a></td></tr>