1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-10 00:42:40 +01:00

Fix docs links after D2181 and D2182

Test Plan:
  diviner .

Reviewers: epriestley

Reviewed By: epriestley

CC: aran

Differential Revision: https://secure.phabricator.com/D2189
This commit is contained in:
vrana 2012-04-10 10:18:48 -07:00
parent 5068e8ad56
commit 1c81cd7615
2 changed files with 4 additions and 3 deletions

View file

@ -1,9 +1,10 @@
{
"name" : "Arcanist",
"src_base" : "https://github.com/facebook/arcanist/blob/master",
"src_link" :
"https://secure.phabricator.com/diffusion/ARC/browse/master/%f$%l",
"groups" : {
"intro" : "Introduction",
"config" : "Setup & Configuration",
"config" : "Setup & Configuration",
"workflow" : "Workflows",
"lint" : "Lint Integration",
"linter" : "Linters",

View file

@ -122,7 +122,7 @@ try {
'Failed to load library "%s" at location "%s". Please check the '.
'"phutil_libraries" setting in your .arcconfig file. Refer to '.
'<http://www.phabricator.com/docs/phabricator/article/'.
'Arcanist_User_Guide:_Configuring_a_New_Project.html> '.
'Arcanist_User_Guide_Configuring_a_New_Project.html> '.
'for more information.',
$name,
$location);