We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 497d36d commit b1f6f59Copy full SHA for b1f6f59
engine/guidelines/cpp_usage_guidelines.rst
@@ -56,7 +56,7 @@ See `Why does Godot not use STL? <https://docs.godotengine.org/en/stable/about/f
56
57
This means that pull requests should **not** use ``std::string``,
58
``std::vector`` and the like. Instead, use Godot's datatypes as described in
59
-the `Core types <https://docs.godotengine.org/en/latest/engine_details/architecture/core_types>`__ documentation.
+the `Core types <https://docs.godotengine.org/en/latest/engine_details/architecture/core_types.html>`__ documentation.
60
61
``auto`` keyword
62
~~~~~~~~~~~~~~~~
0 commit comments