1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-22 06:42:41 +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. '. 'and not as well for large automated changes or bulk checkins. '.
'See %s for information about reviewing big checkins. Continue anyway?', 'See %s for information about reviewing big checkins. Continue anyway?',
new PhutilNumber(count($changes)), new PhutilNumber(count($changes)),
'http://www.phabricator.com/docs/phabricator/article/'. 'https://secure.phabricator.com/book/phabricator/article/'.
'Differential_User_Guide_Large_Changes.html'); 'differential_large_changes/');
if (!phutil_console_confirm($message)) { if (!phutil_console_confirm($message)) {
throw new ArcanistUsageException( throw new ArcanistUsageException(

View file

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