Browse Source

Fixed broken links to core API headers (#6501)

Piyush Mulatkar 2 years ago
parent
commit
349ff19864
1 changed files with 2 additions and 2 deletions
  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/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/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
 String
 ------
 ------