Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13988841
D13586.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D13586.diff
View Options
diff --git a/src/workflow/ArcanistDiffWorkflow.php b/src/workflow/ArcanistDiffWorkflow.php
--- a/src/workflow/ArcanistDiffWorkflow.php
+++ b/src/workflow/ArcanistDiffWorkflow.php
@@ -965,8 +965,8 @@
'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(
diff --git a/src/workflow/ArcanistWorkflow.php b/src/workflow/ArcanistWorkflow.php
--- a/src/workflow/ArcanistWorkflow.php
+++ b/src/workflow/ArcanistWorkflow.php
@@ -1589,8 +1589,8 @@
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;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Oct 22, 4:18 PM (3 w, 11 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6719516
Default Alt Text
D13586.diff (1 KB)
Attached To
Mode
D13586: Update references to "www.phabricator.com" in Arcanist
Attached
Detach File
Event Timeline
Log In to Comment