浏览代码

Merge pull request #19851 from ibrahn/fix-icon-readme-link

Corrected art depo link in editor icons readme.
Rémi Verschelde 7 年之前
父节点
当前提交
c17221b619
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      editor/icons/README.md

+ 2 - 2
editor/icons/README.md

@@ -2,11 +2,11 @@ The icons here are optimized SVGs, because the editor renders the svgs at runtim
 to be small in size, so they can be efficiently parsed.
 
 The original icons can be found at:
-https://github.com/djrm/godot-design/tree/master/assets/icons
+https://github.com/godotengine/godot-design/tree/master/engine/icons
 
 There you can find the optimizer script.
 
 If you add a new icon, please make a pull request to this repo:
-https://github.com/djrm/godot-design/
+https://github.com/godotengine/godot-design/
 
 and store the the optimized SVG version here.