mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-17 06:52:18 +01:00
Updated URL for bugs/issues
This commit is contained in:
parent
20c181470d
commit
b532d96564
@ -38,7 +38,7 @@ import java.util.zip.*;
|
||||
|
||||
public class Compiler implements MessageConsumer {
|
||||
static final String BUGS_URL =
|
||||
_("http://code.google.com/p/arduino/issues/list");
|
||||
_("http://github.com/arduino/Arduino/issues");
|
||||
static final String SUPER_BADNESS =
|
||||
I18n.format(_("Compiler error, please submit this code to {0}"), BUGS_URL);
|
||||
|
||||
|
@ -9,7 +9,7 @@ For more information, see the website at: http://www.arduino.cc/
|
||||
or the forums at: http://arduino.cc/forum/
|
||||
|
||||
To report a bug in the software, go to:
|
||||
http://code.google.com/p/arduino/issues/list
|
||||
http://github.com/arduino/Arduino/issues
|
||||
|
||||
For other suggestions, use the forum:
|
||||
http://arduino.cc/forum/index.php/board,21.0.html
|
||||
|
Loading…
x
Reference in New Issue
Block a user