mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 00:42:40 +01:00
Correct a mistaken Phurl link in the "missing symbol" exception
Summary: See PHI2022. This link is missing the `/u/` part and currently 404's. Test Plan: Followed the new link, got documentation. Differential Revision: https://secure.phabricator.com/D21611
This commit is contained in:
parent
7570dd0da1
commit
7ad4afb919
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ final class PhutilMissingSymbolException extends Exception {
|
|||
'moved, your library map may need to be rebuilt. You can rebuild '.
|
||||
'the map by running "arc liberate".'.
|
||||
"\n\n".
|
||||
'For more information, see: https://phurl.io/newclasses',
|
||||
'For more information, see: https://phurl.io/u/newclasses',
|
||||
$symbol,
|
||||
$type,
|
||||
$reason);
|
||||
|
|
Loading…
Reference in a new issue