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:
parent
4d6d3feb7f
commit
3d16595c07
2 changed files with 4 additions and 4 deletions
|
@ -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(
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue