瀏覽代碼

Fixed broken links to core API headers (#6501)

Piyush Mulatkar 2 年之前
父節點
當前提交
349ff19864
共有 1 個文件被更改,包括 2 次插入2 次删除
  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
 ------