diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2013-04-23 03:07:38 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2013-04-23 03:07:38 +0200 |
commit | 4a49858b04139c5232ad1c82b2bdefd199d3ab00 (patch) | |
tree | f97c8b9b76717230b7a6365c545cd2317dd5b46d /website/features | |
parent | d8f090b2b0f660c1a24dbed3c9a88c249fb20eed (diff) | |
download | lombok-4a49858b04139c5232ad1c82b2bdefd199d3ab00.tar.gz lombok-4a49858b04139c5232ad1c82b2bdefd199d3ab00.tar.bz2 lombok-4a49858b04139c5232ad1c82b2bdefd199d3ab00.zip |
added link to a great external non-video based tutorial instead of our crappy way too old slideshow thingie.
Diffstat (limited to 'website/features')
-rw-r--r-- | website/features/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/website/features/index.html b/website/features/index.html index 37038ddb..9751a37d 100644 --- a/website/features/index.html +++ b/website/features/index.html @@ -43,6 +43,9 @@ </dl> </div> <div class="pointer"> + If you'd rather read a longer tutorial, <a href="http://jnb.ociweb.com/jnb/jnbJan2010.html">here is a great tutorial (including a walkthrough through some of the above features)</a> written by Michael Kimberlin. + </div> + <div class="pointer"> The documentation above is a lot easier to follow, but if you want to build your own transformations, or you want to add javadoc to <code>lombok.jar</code> in your IDE, you can also check out <a href="../api/index.html">the javadoc</a>. </div> |