From c894344505421c3128a56fa8808489357c205953 Mon Sep 17 00:00:00 2001 From: epriestley Date: Sat, 7 Apr 2012 10:58:46 -0700 Subject: [PATCH] Minor, fix some doc links. Auditors: vrana, btrahan --- src/docs/userguide/arcanist.diviner | 2 +- src/docs/userguide/events.diviner | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ==