diff --git a/src/applications/owners/controller/list/PhabricatorOwnersListController.php b/src/applications/owners/controller/list/PhabricatorOwnersListController.php index 98427f8d6f..883502e0c6 100644 --- a/src/applications/owners/controller/list/PhabricatorOwnersListController.php +++ b/src/applications/owners/controller/list/PhabricatorOwnersListController.php @@ -272,7 +272,7 @@ class PhabricatorOwnersListController extends PhabricatorOwnersController { phutil_render_tag( 'a', array( - 'href' => '/owners/related/view/all/?phid='.$package->getPHID(), + 'href' => '/owners/related/package/?phid='.$package->getPHID(), ), phutil_escape_html('Related Commits')) );