diff --git a/src/applications/phid/handle/PhabricatorObjectHandleData.php b/src/applications/phid/handle/PhabricatorObjectHandleData.php index 3a535d53a7..0bc0d62e34 100644 --- a/src/applications/phid/handle/PhabricatorObjectHandleData.php +++ b/src/applications/phid/handle/PhabricatorObjectHandleData.php @@ -466,7 +466,7 @@ final class PhabricatorObjectHandleData { } else { $question = $questions[$phid]; $handle->setName(phutil_utf8_shorten($question->getTitle(), 60)); - $handle->setURI(new PhutilURI('Q' . $question->getID())); + $handle->setURI(new PhutilURI('/Q' . $question->getID())); $handle->setComplete(true); } $handles[$phid] = $handle;