Skip to content

Commit aa598d2

Browse files
committed
Fix TypedArray source link in Core types
- Link PackedArray to `variant.h`, as this is where its typedefs are located.
1 parent ee30acc commit aa598d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/development/core_and_modules/core_types.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ scripting API.
212212
.. |string_name| replace:: `StringName <https://github.com/godotengine/godot/blob/master/core/string/string_name.h>`__
213213
.. |local_vector| replace:: `LocalVector <https://github.com/godotengine/godot/blob/master/core/templates/local_vector.h>`__
214214
.. |array| replace:: `Array <https://github.com/godotengine/godot/blob/master/core/variant/array.h>`__
215-
.. |typed_array| replace:: `TypedArray <https://github.com/godotengine/godot/blob/master/core/variant/array.h>`__
216-
.. |packed_array| replace:: `Packed*Array <https://github.com/godotengine/godot/blob/master/core/variant/array.h>`__
215+
.. |typed_array| replace:: `TypedArray <https://github.com/godotengine/godot/blob/master/core/variant/typed_array.h>`__
216+
.. |packed_array| replace:: `Packed*Array <https://github.com/godotengine/godot/blob/master/core/variant/variant.h>`__
217217
.. |list| replace:: `List <https://github.com/godotengine/godot/blob/master/core/templates/list.h>`__
218218
.. |fixed_vector| replace:: `FixedVector <https://github.com/godotengine/godot/blob/master/core/templates/fixed_vector.h>`__
219219
.. |span| replace:: `Span <https://github.com/godotengine/godot/blob/master/core/templates/span.h>`__

0 commit comments

Comments
 (0)