diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2013-05-23 12:50:19 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2013-05-23 12:50:19 +0200 |
commit | ffb3527daa05c966f40cccb3bbd93133b5775c7b (patch) | |
tree | 0c27257aacd064d16e33e584b7969896612addaa /website | |
parent | f98bf919cc6701e98087d39fefb7bbfc85688834 (diff) | |
download | lombok-ffb3527daa05c966f40cccb3bbd93133b5775c7b.tar.gz lombok-ffb3527daa05c966f40cccb3bbd93133b5775c7b.tar.bz2 lombok-ffb3527daa05c966f40cccb3bbd93133b5775c7b.zip |
Updated website; the footer of the video was too long and caused wonky formatting, and the download page now points to the IntelliJ plugin page instead of saying that IntelliJ doesn't support lombok.
Diffstat (limited to 'website')
-rw-r--r-- | website/download.html | 2 | ||||
-rw-r--r-- | website/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/website/download.html b/website/download.html index dea43799..15fcec7a 100644 --- a/website/download.html +++ b/website/download.html @@ -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 IntelliJ</td> - <td class="instruction">lombok doesn't (yet) work under IntelliJ. We're working on it though!</td></tr> + <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> <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></tr> diff --git a/website/index.html b/website/index.html index dcac3ab5..97b51114 100644 --- a/website/index.html +++ b/website/index.html @@ -87,7 +87,7 @@ </video> </div> <div class="endBar"> - <a href="novideo.html">I can't see the video</a> | <a href="http://jnb.ociweb.com/jnb/jnbJan2010.html">I don't want to see the video - show me a text and images based explanation and tutorial instead!</a> + <a href="novideo.html">I can't see the video</a> | <a href="http://jnb.ociweb.com/jnb/jnbJan2010.html">Show me a text and images based explanation and tutorial instead!</a> </div> <div class="footer"> <a href="credits.html" class="creditsLink">credits</a> | Copyright © 2009-2013 The Project Lombok Authors, licensed under the <a href="http://www.opensource.org/licenses/mit-license.php">MIT license</a>. |