@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.

Fix 404 link in Diviner to "Configuring File Storage" article

Summary: Fix a broken link in documentation.

Test Plan:
1. Go to https://we.phorge.it/book/dev/class/PhabricatorFileStorageEngine/
2. Click link "For more information, see File Storage Technical Documentation."
3. Get a 404 via https://we.phorge.it/diviner/find/?name=File_Storage_Technical_Documentation&type=article&jump=1 beforehand; get an article via https://we.phorge.it/diviner/find/?name=Configuring_File_Storage&type=article&jump=1 afterhand.

Reviewers: O1 Blessed Committers, valerio.bozzolan

Reviewed By: O1 Blessed Committers, valerio.bozzolan

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D25762

+1 -1
+1 -1
src/applications/files/engine/PhabricatorFileStorageEngine.php
··· 7 7 * 8 8 * You can extend this class to provide new file storage backends. 9 9 * 10 - * For more information, see @{article:File Storage Technical Documentation}. 10 + * For more information, see @{article:Configuring File Storage}. 11 11 * 12 12 * @task construct Constructing an Engine 13 13 * @task meta Engine Metadata