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/credits.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/credits.html')
| -rw-r--r-- | website/credits.html | 3 |
1 files changed, 1 insertions, 2 deletions
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 @@ <li>all contributors who submitted patches or helped answering questions!</li> </ul> as well as the authors of the following tools that we use:<ul> - <li><a href="https://code.google.com/">Google Code Hosting</a> for hosting our issue tracker as well as the lombok releases.</a></li> - <li><a href="https://github.com/">Github</a> for hosting lombok's repository.</li> + <li><a href="https://github.com/">Github</a> for hosting lombok's repository and issue tracker.</li> <li>The <a href="http://asm.ow2.org/index.html">ASM team</a> at ObjectWeb for creating an excellent class file editing tool. Lombok uses ASM to interact with Eclipse.</li> <li>Markus Gebhard for creating <a href="http://java2html.de/">java2html</a> which we use for the example code snippets on the |
