소스 검색

Fixed image path

Björn Ritzl 2 년 전
부모
커밋
c45bcde340
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 2 2
      docs/en/manuals/extensions-build-variants.md
  2. 2 2
      docs/en/manuals/project-settings.md

+ 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)
 
 ---