mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
Replace all phurl.io short URIs with target URIs
Summary: As of February 2024, phurl.io (which is not run by Phorge.it) shows HTTP 503 errors instead of redirecting to the target URIs. Thus replace any URIs pointing to phurl.io with the corresponding target URIs, based on the mapping listed on https://secure.phabricator.com/phurl/. Closes T15746 Test Plan: Carefully read the diff. Reviewers: O1 Blessed Committers, valerio.bozzolan Reviewed By: O1 Blessed Committers, valerio.bozzolan Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Maniphest Tasks: T15746 Differential Revision: https://we.phorge.it/D25542
This commit is contained in:
parent
8ef1ead6ac
commit
174bf094ef
2 changed files with 3 additions and 2 deletions
|
@ -18,7 +18,8 @@ final class PhutilMissingSymbolException extends Exception {
|
||||||
'moved, your library map may need to be rebuilt. You can rebuild '.
|
'moved, your library map may need to be rebuilt. You can rebuild '.
|
||||||
'the map by running "arc liberate".'.
|
'the map by running "arc liberate".'.
|
||||||
"\n\n".
|
"\n\n".
|
||||||
'For more information, see: https://phurl.io/u/newclasses',
|
'For more information, see: '.
|
||||||
|
'https://we.phorge.it/book/contrib/article/adding_new_classes/',
|
||||||
$symbol,
|
$symbol,
|
||||||
$type,
|
$type,
|
||||||
$reason);
|
$reason);
|
||||||
|
|
|
@ -188,7 +188,7 @@ final class ArcanistRuntime {
|
||||||
tsprintf(
|
tsprintf(
|
||||||
'%s <__%s__>',
|
'%s <__%s__>',
|
||||||
pht('Learn More:'),
|
pht('Learn More:'),
|
||||||
'https://phurl.io/u/noninteractive'));
|
'https://secure.phabricator.com/T13491'));
|
||||||
|
|
||||||
throw new PhutilArgumentUsageException(
|
throw new PhutilArgumentUsageException(
|
||||||
pht('Missing required "--" in argument list.'));
|
pht('Missing required "--" in argument list.'));
|
||||||
|
|
Loading…
Reference in a new issue