Explorar el Código

Fixed broken links to core API headers (#6501)

Piyush Mulatkar hace 2 años
padre
commit
349ff19864
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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
 ------