diff --git a/src/applications/conpherence/editor/ConpherenceEditor.php b/src/applications/conpherence/editor/ConpherenceEditor.php --- a/src/applications/conpherence/editor/ConpherenceEditor.php +++ b/src/applications/conpherence/editor/ConpherenceEditor.php @@ -561,7 +561,7 @@ $body = parent::buildMailBody($object, $xactions); $body->addLinkSection( pht('CONPHERENCE DETAIL'), - PhabricatorEnv::getProductionURI('/conpherence/'.$object->getID().'/')); + PhabricatorEnv::getProductionURI('/'.$object->getMonogram())); return $body; }