ajwillia-ms pushed a commit to branch master.

http://git.enlightenment.org/tools/edi.git/commit/?id=8703876dc735b36f3d97c3f9fbdbb981dfb7b52a

commit 8703876dc735b36f3d97c3f9fbdbb981dfb7b52a
Author: Andy Williams <[email protected]>
Date:   Sun Nov 27 23:08:50 2016 +0000

    about: Update report issue link
    
    Why do phab upgrades always break these links?
---
 src/bin/screens/edi_about.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/screens/edi_about.c b/src/bin/screens/edi_about.c
index 407dc14..26a6b12 100644
--- a/src/bin/screens/edi_about.c
+++ b/src/bin/screens/edi_about.c
@@ -130,7 +130,7 @@ edi_about_show(Evas_Object *mainwin)
    button = elm_button_add(box);
    elm_object_text_set(button, "Report Issue");
    evas_object_smart_callback_add(button, "clicked", _edi_about_url_cb,
-                                  
"https://phab.enlightenment.org/maniphest/task/create/?projects=PHID-PROJ-geg2fyscqgjjxt3fider";);
+                                  
"https://phab.enlightenment.org/maniphest/task/edit/form/2/?projects=PHID-PROJ-geg2fyscqgjjxt3fider";);
    elm_box_pack_end(buttonbox, button);
    evas_object_show(button);
 

-- 


Reply via email to