Skip to content

Commit b532d96

Browse files
committed
Updated URL for bugs/issues
1 parent 20c1814 commit b532d96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/processing/app/debug/Compiler.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
public class Compiler implements MessageConsumer {
4040
static final String BUGS_URL =
41-
_("http://code.google.com/p/arduino/issues/list");
41+
_("http://github.com/arduino/Arduino/issues");
4242
static final String SUPER_BADNESS =
4343
I18n.format(_("Compiler error, please submit this code to {0}"), BUGS_URL);
4444

readme.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For more information, see the website at: http://www.arduino.cc/
99
or the forums at: http://arduino.cc/forum/
1010

1111
To report a bug in the software, go to:
12-
http://code.google.com/p/arduino/issues/list
12+
http://github.com/arduino/Arduino/issues
1313

1414
For other suggestions, use the forum:
1515
http://arduino.cc/forum/index.php/board,21.0.html

0 commit comments

Comments
 (0)