diff --git a/src/applications/files/controller/PhabricatorFileComposeController.php b/src/applications/files/controller/PhabricatorFileComposeController.php index 404cf44aca..f589617696 100644 --- a/src/applications/files/controller/PhabricatorFileComposeController.php +++ b/src/applications/files/controller/PhabricatorFileComposeController.php @@ -44,7 +44,7 @@ final class PhabricatorFileComposeController )); if ($project_phid) { - $edit_uri = '/project/history/'.$project->getID().'/'; + $edit_uri = '/project/manage/'.$project->getID().'/'; $xactions = array(); $xactions[] = id(new PhabricatorProjectTransaction())