diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-07-15 01:35:45 +0200 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2015-07-15 01:35:45 +0200 |
commit | 36ec500d2b733365c0090343e667bccd6b03f2a4 (patch) | |
tree | 5a0c1bb283a394741fe071d7bbb4ea79f531b219 /website/index.html | |
parent | 75647ee2dfec929719ddbd58fdd0b10006309fab (diff) | |
download | lombok-36ec500d2b733365c0090343e667bccd6b03f2a4.tar.gz lombok-36ec500d2b733365c0090343e667bccd6b03f2a4.tar.bz2 lombok-36ec500d2b733365c0090343e667bccd6b03f2a4.zip |
updated website to point to github issue tracker instead of code.google.
Diffstat (limited to 'website/index.html')
-rw-r--r-- | website/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/website/index.html b/website/index.html index d80a0e7d..b237b6a0 100644 --- a/website/index.html +++ b/website/index.html @@ -30,7 +30,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> |