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/setup | |
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/setup')
-rw-r--r-- | website/setup/android.html | 2 | ||||
-rw-r--r-- | website/setup/ecj.html | 2 | ||||
-rw-r--r-- | website/setup/gwt.html | 2 | ||||
-rw-r--r-- | website/setup/netbeans.html | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/website/setup/android.html b/website/setup/android.html index 17e821f5..e68ac077 100644 --- a/website/setup/android.html +++ b/website/setup/android.html @@ -25,7 +25,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> diff --git a/website/setup/ecj.html b/website/setup/ecj.html index 518baa4d..16635fae 100644 --- a/website/setup/ecj.html +++ b/website/setup/ecj.html @@ -25,7 +25,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> diff --git a/website/setup/gwt.html b/website/setup/gwt.html index ce2a5834..29f6e3bb 100644 --- a/website/setup/gwt.html +++ b/website/setup/gwt.html @@ -25,7 +25,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> diff --git a/website/setup/netbeans.html b/website/setup/netbeans.html index 96f127f6..ab5ac89c 100644 --- a/website/setup/netbeans.html +++ b/website/setup/netbeans.html @@ -25,7 +25,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> |