diff options
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> |