From eaa587c043e049dac779d7c5f805a12d2c1043a7 Mon Sep 17 00:00:00 2001 From: Vitor Mattos Date: Mon, 25 Apr 2022 19:58:28 -0300 Subject: [PATCH] Fix appdata url Signed-off-by: Vitor Mattos --- developer_manual/basics/storage/filesystem.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/developer_manual/basics/storage/filesystem.rst b/developer_manual/basics/storage/filesystem.rst index c073a1265..7e4331196 100644 --- a/developer_manual/basics/storage/filesystem.rst +++ b/developer_manual/basics/storage/filesystem.rst @@ -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 `_ Writing to a file -----------------