summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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