1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-12-23 14:00:56 +01:00

Minor, fix some doc links.

Auditors: vrana, btrahan
This commit is contained in:
epriestley 2012-04-07 10:58:46 -07:00
parent d4c5761f41
commit c894344505
2 changed files with 3 additions and 3 deletions

View file

@ -127,4 +127,4 @@ to your ##.bashrc##, ##.profile## or similar:
Continue by: Continue by:
- learning how to use `arc` to send changes for review with - learning how to use `arc` to send changes for review with
{@article:Arcanist User Guide: arc diff}. @{article:Arcanist User Guide: arc diff}.

View file

@ -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 This event is dispatched before a task is edited, and allows you to respond to
or alter the edit. Data available on this event: 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 - ##transactions## The list of edits (objects of class
@{class:ManiphestTransaction}) being applied. @{class:ManiphestTransaction}) being applied.
- ##new## A boolean indicating if this task is being created. - ##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 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: 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 == == PhabricatorEventType::TYPE_DIFFERENTIAL_WILLMARKGENERATED ==