From 3929309225c780d36a4a00a7ba014d0d4b07762f Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 29 May 2014 12:01:30 -0700 Subject: [PATCH] Update config to point at modern custom field article. Summary: Fixes T5215. This mentions an old article name. Test Plan: Read config option. Reviewers: chad Reviewed By: chad Subscribers: epriestley Maniphest Tasks: T5215 Differential Revision: https://secure.phabricator.com/D9331 --- .../maniphest/config/PhabricatorManiphestConfigOptions.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php b/src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php index aaaa4e79ff..6b03cae03c 100644 --- a/src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php +++ b/src/applications/maniphest/config/PhabricatorManiphestConfigOptions.php @@ -218,9 +218,9 @@ EOTEXT ->setSummary(pht("Custom Maniphest fields.")) ->setDescription( pht( - "Array of custom fields for Maniphest tasks. For details on ". - "adding custom fields to Maniphest, see 'Maniphest User Guide: ". - "Adding Custom Fields'.")) + 'Array of custom fields for Maniphest tasks. For details on '. + 'adding custom fields to Maniphest, see "Configuring Custom '. + 'Fields" in the documentation.')) ->addExample( '{"mycompany:estimated-hours": {"name": "Estimated Hours", '. '"type": "int", "caption": "Estimated number of hours this will '.