1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-11-09 16:32:39 +01:00

(PhabricatorENV) update doclinks to link to we.phorge.it instead of secure.phabricator.com

Summary: With this change, links to documentation will point to we.phorge.it rather then secure.phabricator,com

Test Plan: No testing needed - simple URL update

Reviewers: O1 Blessed Committers, deadalnix

Reviewed By: O1 Blessed Committers, deadalnix

Subscribers: taavi, speck, tobiaswiese

Differential Revision: https://we.phorge.it/D25014
This commit is contained in:
MacFan4000 2021-09-04 15:46:44 -04:00 committed by Christopher Speck
parent a4948ec800
commit ce31289228

View file

@ -495,7 +495,7 @@ final class PhabricatorEnv extends Phobject {
);
$uri = new PhutilURI(
'https://secure.phabricator.com/diviner/find/',
'https://we.phorge.it/diviner/find/',
$params);
return phutil_string_cast($uri);