From b532d96564176b7b0b9ad90b41a5acc3736b2f71 Mon Sep 17 00:00:00 2001 From: Cristian Maglie Date: Mon, 19 Nov 2012 12:54:24 +0100 Subject: [PATCH] Updated URL for bugs/issues --- app/src/processing/app/debug/Compiler.java | 2 +- readme.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/processing/app/debug/Compiler.java b/app/src/processing/app/debug/Compiler.java index 9660ca721..cf5980610 100644 --- a/app/src/processing/app/debug/Compiler.java +++ b/app/src/processing/app/debug/Compiler.java @@ -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); diff --git a/readme.txt b/readme.txt index 9b359393e..0346ae46f 100644 --- a/readme.txt +++ b/readme.txt @@ -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