@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

(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

authored by

MacFan4000 and committed by
Christopher Speck
ce312892 a4948ec8

+1 -1
+1 -1
src/infrastructure/env/PhabricatorEnv.php
··· 495 495 ); 496 496 497 497 $uri = new PhutilURI( 498 - 'https://secure.phabricator.com/diviner/find/', 498 + 'https://we.phorge.it/diviner/find/', 499 499 $params); 500 500 501 501 return phutil_string_cast($uri);