ソースを参照

Update optimization-memory.md

Björn Ritzl 9 ヶ月 前
コミット
3ffb52d1ec
1 ファイル変更1 行追加1 行削除
  1. 1 1
      docs/en/manuals/optimization-memory.md

+ 1 - 1
docs/en/manuals/optimization-memory.md

@@ -24,5 +24,5 @@ Defold will allocate memory for components and resources once when a collection
 ## Optimize GUI node count
 ## Optimize GUI node count
 Optimize GUI node counts by setting the max number of nodes in the GUI file to only what is needed. The `Current Nodes` field of the [GUI component properties](https://defold.com/manuals/gui/#gui-properties) will show the number of nodes used by the GUI component.
 Optimize GUI node counts by setting the max number of nodes in the GUI file to only what is needed. The `Current Nodes` field of the [GUI component properties](https://defold.com/manuals/gui/#gui-properties) will show the number of nodes used by the GUI component.
 
 
-:[HTML5 Optimizations](../shared/optimization-memory-html5)
+:[HTML5 Optimizations](../shared/optimization-memory-html5.md)