From d2c4d7d961b95c9d51a22ba0366f5d97c7850b41 Mon Sep 17 00:00:00 2001 From: Chad Little Date: Sat, 4 Feb 2017 11:04:42 -0800 Subject: [PATCH] Clarify linking to comments in Remarkup Guide Summary: Provides additional hint on where to find and clarification. Test Plan: read Reviewers: epriestley Reviewed By: epriestley Subscribers: Korvin Differential Revision: https://secure.phabricator.com/D17313 --- src/docs/user/userguide/remarkup.diviner | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/docs/user/userguide/remarkup.diviner b/src/docs/user/userguide/remarkup.diviner index 24e66c087d..6002867b78 100644 --- a/src/docs/user/userguide/remarkup.diviner +++ b/src/docs/user/userguide/remarkup.diviner @@ -361,9 +361,10 @@ commits and Maniphest tasks, by mentioning the name of an object: # You must specify at least 7 characters of the hash. T123 # Link to Maniphest task T123 -You can also link directly to a comment in Maniphest and Differential: +You can also link directly to a comment in Maniphest and Differential (these +can be found on the date stamp of any transaction/comment): - T123#4 # Link to comment #4 of T123 + T123#412 # Link to comment id #412 of task T123 See the Phabricator configuraton setting `remarkup.ignored-object-names` to modify this behavior.