Fix appdata url

Signed-off-by: Vitor Mattos <vitor@php.rio>
This commit is contained in:
Vitor Mattos 2022-04-25 19:58:28 -03:00 committed by backportbot[bot]
parent bce1c5527a
commit ebcfcfa3f8

View File

@ -7,7 +7,7 @@ Filesystem
Because users can choose their storage backend, the filesystem should be accessed by using the appropriate filesystem classes.
Filesystem classes can be injected automatically with dependency injection. This is the user filesystem.
For a simplified filestystem for app specific data see `IAppData <../appdata.html>`_
For a simplified filestystem for app specific data see `IAppData <appdata.html>`_
Writing to a file
-----------------