mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-24 15:52:41 +01:00
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
This commit is contained in:
parent
88225b99f2
commit
b74f1ad519
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
*
|
||||
* You can extend this class to provide new file storage backends.
|
||||
*
|
||||
* For more information, see @{article:File Storage Technical Documentation}.
|
||||
* For more information, see @{article:Configuring File Storage}.
|
||||
*
|
||||
* @task construct Constructing an Engine
|
||||
* @task meta Engine Metadata
|
||||
|
|
Loading…
Reference in a new issue