stefan pushed a commit to branch master. http://git.enlightenment.org/core/enlightenment.git/commit/?id=b64b67e24bfc87774ba4fa3b2ed6a56483b710d6
commit b64b67e24bfc87774ba4fa3b2ed6a56483b710d6 Author: Stefan Schmidt <s.schm...@samsung.com> Date: Tue Nov 19 14:27:36 2013 +0100 e_alert: Use correct bugtracker URL. If we have to show the white screen of death to a user we should at least give her the correct URL to report it to. --- src/bin/e_alert_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_alert_main.c b/src/bin/e_alert_main.c index 5518306..5cd1890 100644 --- a/src/bin/e_alert_main.c +++ b/src/bin/e_alert_main.c @@ -566,7 +566,7 @@ _e_alert_draw_text(void) "Before reporting issue, compile latest E18 and EFL\n" "from Git with '-g -ggdb3' in your CFLAGS.\n" "You can then report this crash on :\n" - "http://trac.enlightenment.org/e/.\n", + "https://phab.enlightenment.org/maniphest/.\n", pid, backtrace_str); } else --