Kaynağa Gözat

Fixed incorrect link to graphics api

Björn Ritzl 4 yıl önce
ebeveyn
işleme
9906d6280b
2 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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