mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-09 22:24:14 +03:00
Updated URL for bugs/issues
This commit is contained in:
@@ -44,7 +44,7 @@ import processing.core.PApplet;
|
|||||||
|
|
||||||
public class Compiler implements MessageConsumer {
|
public class Compiler implements MessageConsumer {
|
||||||
static final String BUGS_URL =
|
static final String BUGS_URL =
|
||||||
_("http://code.google.com/p/arduino/issues/list");
|
_("http://github.com/arduino/Arduino/issues");
|
||||||
static final String SUPER_BADNESS =
|
static final String SUPER_BADNESS =
|
||||||
I18n.format(_("Compiler error, please submit this code to {0}"), BUGS_URL);
|
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/
|
or the forums at: http://arduino.cc/forum/
|
||||||
|
|
||||||
To report a bug in the software, go to:
|
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:
|
For other suggestions, use the forum:
|
||||||
http://arduino.cc/forum/index.php/board,21.0.html
|
http://arduino.cc/forum/index.php/board,21.0.html
|
||||||
|
Reference in New Issue
Block a user