Merge pull request #8219 from nextcloud/backport/8216/stable22

[stable22] Fix appdata url
This commit is contained in:
Joas Schilling 2022-04-26 07:52:51 +02:00 committed by GitHub
commit 3aa7b6ae19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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