From 36ec500d2b733365c0090343e667bccd6b03f2a4 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 15 Jul 2015 01:35:45 +0200 Subject: updated website to point to github issue tracker instead of code.google. --- doc/changelog.markdown | 2 +- website/credits.html | 3 +-- website/download.html | 4 ++-- website/index.html | 2 +- website/setup/android.html | 2 +- website/setup/ecj.html | 2 +- website/setup/gwt.html | 2 +- website/setup/netbeans.html | 2 +- 8 files changed, 9 insertions(+), 10 deletions(-) diff --git a/doc/changelog.markdown b/doc/changelog.markdown index f390e510..03314a17 100644 --- a/doc/changelog.markdown +++ b/doc/changelog.markdown @@ -5,7 +5,7 @@ Lombok Changelog * BUGFIX: Parameterized static methods with `@Builder` would produce compiler errors in javac. [Issue #793](https://code.google.com/p/projectlombok/issues/detail?id=793). * PERFORMANCE: the config system caused significant slowdowns in eclipse if the filesystem is very slow (network file system) or has a slow authentication system. * FEATURE: the `hashCode()` method generated by lombok via `@EqualsAndHashCode`, `@Data`, and `@Value` is now smarter about nulls; they are treated as if they hash to a magic prime instead of 0, which reduces hash collisions. -* BUGFIX: Various quickfixes in Eclipse Mars were broken. [Issue #835](https://code.google.com/p/projectlombok/issues/detail?id=835) [Issue #831](https://code.google.com/p/projectlombok/issues/detail?id=831). +* BUGFIX: Various quickfixes in Eclipse Mars were broken. [Issue #826]([Issue #831](https://code.google.com/p/projectlombok/issues/detail?id=831) [Issue #831](https://code.google.com/p/projectlombok/issues/detail?id=831) [Issue #835](https://code.google.com/p/projectlombok/issues/detail?id=835). ### v1.16.4 (April 14th, 2015) * BUGFIX: Lombok now works with Eclipse Mars. diff --git a/website/credits.html b/website/credits.html index 803195bd..de83981e 100644 --- a/website/credits.html +++ b/website/credits.html @@ -102,8 +102,7 @@
  • all contributors who submitted patches or helped answering questions!
  • as well as the authors of the following tools that we use: