Skip to content

Commit 01f118e

Browse files
authored
Merge pull request #10328 from esainane/access-denied
Update file_access.h location
2 parents 7c8f6d9 + d8ec2b1 commit 01f118e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/development/core_and_modules/custom_resource_format_loaders.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ calls into ``std::istream``.
263263

264264
.. code-block:: cpp
265265
266-
#include "core/os/file_access.h"
266+
#include "core/io/file_access.h"
267267
268268
#include <istream>
269269
#include <streambuf>
@@ -298,7 +298,7 @@ References
298298

299299
- `istream <https://cplusplus.com/reference/istream/istream/>`_
300300
- `streambuf <https://cplusplus.com/reference/streambuf/streambuf/?kw=streambuf>`_
301-
- `core/io/file_access.h <https://github.com/godotengine/godot/blob/master/core/os/file_access.h>`_
301+
- `core/io/file_access.h <https://github.com/godotengine/godot/blob/master/core/io/file_access.h>`_
302302

303303
Registering the new file format
304304
-------------------------------

0 commit comments

Comments
 (0)