summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-04-09 00:44:40 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2013-04-09 00:44:40 +0200
commitcc700cf7f028fe51d04abfa44987a9676756c265 (patch)
treeacb82a93c1b7f7b647d39fd1afaffeb149644db4
parentdcaef23f1c4fc425633913939ae0e35d76c388b9 (diff)
downloadembtoolkit-cc700cf7f028fe51d04abfa44987a9676756c265.tar.gz
embtoolkit-cc700cf7f028fe51d04abfa44987a9676756c265.tar.bz2
embtoolkit-cc700cf7f028fe51d04abfa44987a9676756c265.tar.xz
Update bugs tracker URL to its new location
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
-rw-r--r--Makefile2
-rw-r--r--mk/help.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 167097d..557ac0d 100644
--- a/Makefile
+++ b/Makefile
@@ -39,7 +39,7 @@ EMBTK_VERSION := \
echo $$version; \
fi; \
else echo $$dversion; fi)
-EMBTK_BUGURL = "http://www.embtoolkit.org/issues/projects/embtoolkit"
+EMBTK_BUGURL = "http://bugs.embtoolkit.org/projects/embtoolkit"
EMBTK_HOMEURL = "http://www.embtoolkit.org"
export EMBTK_BUGURL EMBTK_HOMEURL EMBTK_VERSION
diff --git a/mk/help.mk b/mk/help.mk
index 22e21b2..02ccd6a 100644
--- a/mk/help.mk
+++ b/mk/help.mk
@@ -97,7 +97,7 @@ endif
$(call embtk_echo_blue,"We hope that EmbToolkit will be useful for your project !!!")
$(call embtk_echo_blue,"We will be happy to know it at embtk-users@embtoolkit.org")
$(call embtk_echo_blue,"Please report any bugs/suggestion at:")
- $(call embtk_echo_blue," http://www.embtoolkit.org/issues/projects/show/embtoolkit")
+ $(call embtk_echo_blue," $(EMBTK_BUGURL)")
$(call embtk_echo_blue,"You can also visit the wiki at:")
$(call embtk_echo_blue," http://www.embtoolkit.org")
@echo