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:
parent
a4948ec800
commit
ce31289228
1 changed files with 1 additions and 1 deletions
2
src/infrastructure/env/PhabricatorEnv.php
vendored
2
src/infrastructure/env/PhabricatorEnv.php
vendored
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue