diff --git a/src/docs/userguide/arcanist.diviner b/src/docs/userguide/arcanist.diviner index 59463bb715..873d55bb22 100644 --- a/src/docs/userguide/arcanist.diviner +++ b/src/docs/userguide/arcanist.diviner @@ -127,4 +127,4 @@ to your ##.bashrc##, ##.profile## or similar: Continue by: - learning how to use `arc` to send changes for review with - {@article:Arcanist User Guide: arc diff}. + @{article:Arcanist User Guide: arc diff}. diff --git a/src/docs/userguide/events.diviner b/src/docs/userguide/events.diviner index 339c5f492e..8ac62a906a 100644 --- a/src/docs/userguide/events.diviner +++ b/src/docs/userguide/events.diviner @@ -19,7 +19,7 @@ things might not be completely stable. This event is dispatched before a task is edited, and allows you to respond to or alter the edit. Data available on this event: - - ##task## The {@class:ManiphestTask} being edited. + - ##task## The @{class:ManiphestTask} being edited. - ##transactions## The list of edits (objects of class @{class:ManiphestTransaction}) being applied. - ##new## A boolean indicating if this task is being created. @@ -31,7 +31,7 @@ or alter the edit. Data available on this event: This event is dispatched before Differential sends an email, and allows you to edit the message that will be sent. Data available on this event: - - ##mail## The {@class:PhabricatorMetaMTAMail} being edited. + - ##mail## The @{class:PhabricatorMetaMTAMail} being edited. == PhabricatorEventType::TYPE_DIFFERENTIAL_WILLMARKGENERATED ==