1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-21 22:32:41 +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:
epriestley 2021-03-12 09:46:07 -08:00
parent 7570dd0da1
commit 7ad4afb919

View file

@ -18,7 +18,7 @@ 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/newclasses', 'For more information, see: https://phurl.io/u/newclasses',
$symbol, $symbol,
$type, $type,
$reason); $reason);