소스 검색

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