mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
Fix a doc link in arcanist
Summary: Missed this when I moved the document a while ago. See <https://github.com/facebook/arcanist/issues/21>. NOTE: The actual document isn't very helpful in figuring out the error. I'll address this in a followup. Test Plan: Hit error, clicked link, got docs. Reviewers: btrahan Reviewed By: btrahan CC: jmhsieh, aran, epriestley Differential Revision: https://secure.phabricator.com/D1989
This commit is contained in:
parent
7c3f8b3041
commit
87308eb34e
1 changed files with 4 additions and 3 deletions
|
@ -120,9 +120,10 @@ try {
|
||||||
} catch (PhutilBootloaderException $ex) {
|
} catch (PhutilBootloaderException $ex) {
|
||||||
$error_msg = sprintf(
|
$error_msg = sprintf(
|
||||||
'Failed to load library "%s" at location "%s". Please check the '.
|
'Failed to load library "%s" at location "%s". Please check the '.
|
||||||
'"phutil_libraries" setting in your .arcconfig file. Refer to page '.
|
'"phutil_libraries" setting in your .arcconfig file. Refer to '.
|
||||||
'http://phabricator.com/docs/arcanist/article/'.
|
'<http://phabricator.com/docs/phabricator/article/'.
|
||||||
'Setting_Up_.arcconfig.html for more info.',
|
'Arcanist_User_Guide:_Configuring_a_New_Project.html> '.
|
||||||
|
'for more information.',
|
||||||
$name,
|
$name,
|
||||||
$location);
|
$location);
|
||||||
throw new ArcanistUsageException($error_msg);
|
throw new ArcanistUsageException($error_msg);
|
||||||
|
|
Loading…
Reference in a new issue