diff options
-rw-r--r-- | website/disableCheckedExceptions.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/website/disableCheckedExceptions.html b/website/disableCheckedExceptions.html index 744859d8..8bd54171 100644 --- a/website/disableCheckedExceptions.html +++ b/website/disableCheckedExceptions.html @@ -41,7 +41,8 @@ Ready to try it out? download it here: <a href="downloads/disableCheckedExceptions-alpha.jar">disableCheckedExceptions-alpha.jar</a> </p> <p> - Want to know how its done? Grab the <em>disableCheckedExceptions</em> branch of project lombok. You can browse and download the branch <a href="http://github.com/rzwitserloot/lombok/tree/disableCheckedExceptions">here on github</a>. + Want to know how its done? Grab the lombok repository <a href="http://github.com/rzwitserloot/lombok/tree/disableCheckedExceptions">here on github</a>, + and look in the <code>experimental</code> directory. </p> <div class="backLink"> <a href="index.html">back to the project homepage</a> |