Björn Ritzl 2 роки тому
батько
коміт
c45bcde340

+ 2 - 2
docs/en/manuals/extensions-build-variants.md

@@ -33,9 +33,9 @@ This executable runs without any graphics and sound. It means that you can run t
 
 Not only can you add native code to the engine with the Native Extensions feature, you can also remove standard parts of the engine. E.g. if you don't need a physics engine, you can remove that from the executable.
 
-![](images/app-manifest/create-app-manifest.png)
+![](images/app_manifest/create-app-manifest.png)
 
-![](images/app-manifest/app-manifest.png)
+![](images/app_manifest/app-manifest.png)
 
 ### Combined context
 

+ 2 - 2
docs/en/manuals/project-settings.md

@@ -548,9 +548,9 @@ If set, use the specified public key file when bundling live update content. If
 #### _App Manifest_
 If set, use the app manifest to customize the engine build. This allows you to remove unneeded parts from the engine making it possible to decrease the final binary size.
 
-![](images/app-manifest/create-app-manifest.png)
+![](images/app_manifest/create-app-manifest.png)
 
-![](images/app-manifest/app-manifest.png)
+![](images/app_manifest/app-manifest.png)
 
 ---