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

Update references to "www.phabricator.com" in Arcanist

Summary: This host is no longer in service.

Test Plan: `git grep -i www.phabricator.com`

Reviewers: chad

Reviewed By: chad

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D13586
This commit is contained in:
epriestley 2015-07-07 13:34:56 -07:00
parent 4d6d3feb7f
commit 3d16595c07
2 changed files with 4 additions and 4 deletions

View file

@ -965,8 +965,8 @@ EOTEXT
'and not as well for large automated changes or bulk checkins. '.
'See %s for information about reviewing big checkins. Continue anyway?',
new PhutilNumber(count($changes)),
'http://www.phabricator.com/docs/phabricator/article/'.
'Differential_User_Guide_Large_Changes.html');
'https://secure.phabricator.com/book/phabricator/article/'.
'differential_large_changes/');
if (!phutil_console_confirm($message)) {
throw new ArcanistUsageException(

View file

@ -1589,8 +1589,8 @@ abstract class ArcanistWorkflow extends Phobject {
pht(
'This feature requires a newer version of Phabricator. Please '.
'update it using these instructions: %s',
'http://www.phabricator.com/docs/phabricator/article/'.
'Installation_Guide.html#updating-phabricator'));
'https://secure.phabricator.com/book/phabricator/article/'.
'upgrading/'));
}
throw $ex;
}