about: Update report issue link

Why do phab upgrades always break these links?
This commit is contained in:
Andy Williams 2016-11-27 23:08:50 +00:00
parent 9a0b7e8d53
commit 8703876dc7
1 changed files with 1 additions and 1 deletions

View File

@ -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);