diff --git a/src/applications/harbormaster/phid/HarbormasterBuildStepPHIDType.php b/src/applications/harbormaster/phid/HarbormasterBuildStepPHIDType.php --- a/src/applications/harbormaster/phid/HarbormasterBuildStepPHIDType.php +++ b/src/applications/harbormaster/phid/HarbormasterBuildStepPHIDType.php @@ -34,7 +34,7 @@ $handle ->setName($name) ->setFullName(pht('Build Step %d: %s', $id, $name)) - ->setURI("/harbormaster/step/{$id}/edit/"); + ->setURI("/harbormaster/step/view/{$id}/"); } }