浏览代码

Fixed incorrect link to graphics api

Björn Ritzl 4 年之前
父节点
当前提交
9906d6280b
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      docs/en/faq/faq.md
  2. 1 1
      docs/en/manuals/render.md

+ 1 - 1
docs/en/faq/faq.md

@@ -78,7 +78,7 @@ A: With one click you can publish to Nintendo Switch, iOS, Android and HTML5 as
 
 A: As a developer you only have to worry about a single render API using a [fully scriptable rendering pipeline](/manuals/render/). The Defold render script API translates render operations into the following graphics APIs:
 
-:[Graphics API](../shared/editor-faq.md)
+:[Graphics API](../shared/graphics-api.md)
 
 #### Q: Is there a way to know what version I'm running?
 

+ 1 - 1
docs/en/manuals/render.md

@@ -253,7 +253,7 @@ on_message()
 ## Supported graphics APIs
 The Defold render script API translates render operations into the following graphics APIs:
 
-:[Graphics API](../shared/editor-faq.md)
+:[Graphics API](../shared/graphics-api.md)
 
 
 ## System messages