Przeglądaj źródła

Fixed broken links to core API headers (#6501)

Piyush Mulatkar 2 lat temu
rodzic
commit
349ff19864
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      development/cpp/core_types.rst

+ 2 - 2
development/cpp/core_types.rst

@@ -167,8 +167,8 @@ References:
 
 -  `core/templates/vector.h <https://github.com/godotengine/godot/blob/master/core/templates/vector.h>`__
 -  `core/templates/list.h <https://github.com/godotengine/godot/blob/master/core/templates/list.h>`__
--  `core/templates/set.h <https://github.com/godotengine/godot/blob/master/core/templates/set.h>`__
--  `core/templates/map.h <https://github.com/godotengine/godot/blob/master/core/templates/map.h>`__
+-  `core/templates/set.h <https://github.com/godotengine/godot/blob/master/core/templates/hash_set.h>`__
+-  `core/templates/map.h <https://github.com/godotengine/godot/blob/master/core/templates/hash_map.h>`__
 
 String
 ------