Skip to content

Commit ddd35a2

Browse files
committed
Updated URL for bugs/issues
1 parent 0f06e30 commit ddd35a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
public class Compiler implements MessageConsumer {
4646
static final String BUGS_URL =
47-
_("http://code.google.com/p/arduino/issues/list");
47+
_("http://github.com/arduino/Arduino/issues");
4848
static final String SUPER_BADNESS =
4949
I18n.format(_("Compiler error, please submit this code to {0}"), BUGS_URL);
5050

readme.txt

Lines changed: 1 addition & 1 deletion
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)