diff --git a/src/applications/owners/controller/list/PhabricatorOwnersListController.php b/src/applications/owners/controller/list/PhabricatorOwnersListController.php index 0e82598a82..5930a7b85c 100644 --- a/src/applications/owners/controller/list/PhabricatorOwnersListController.php +++ b/src/applications/owners/controller/list/PhabricatorOwnersListController.php @@ -273,7 +273,7 @@ final class PhabricatorOwnersListController phutil_render_tag( 'a', array( - 'href' => '/owners/related/package/?phid='.$package->getPHID(), + 'href' => '/audit/view/packagecommits/?phid='.$package->getPHID(), ), phutil_escape_html('Related Commits')) );