ソースを参照

Adjust repository name to correct one. (#220)

There were several places where the old fork was referenced. Fixed.
Signed-off-by: Michał Pełka <[email protected]>
Michał Pełka 2 年 前
コミット
e10e714a01
3 ファイル変更5 行追加5 行削除
  1. 2 2
      LICENSE.txt
  2. 1 1
      Project/Resources/Platform/iOS/Info.plist
  3. 2 2
      docker/README.md

+ 2 - 2
LICENSE.txt

@@ -1,13 +1,13 @@
 ## LICENSE
 ## LICENSE
 
 
 PROJECT DATA: "ROSConDemo/Project"
 PROJECT DATA: "ROSConDemo/Project"
-URL: https://github.com/aws-lumberyard/ROSConDemo/tree/main/Project/Assets
+URL: https://github.com/o3de/ROSConDemo/tree/main/Project/Assets
 The project data and code samples, including inline code, and related data
 The project data and code samples, including inline code, and related data
 are dual-licensed under Apache 2.0 and the MIT licenses.
 are dual-licensed under Apache 2.0 and the MIT licenses.
 (see LICENSE-APACHE2.txt and LICENSE_MIT.TXT)
 (see LICENSE-APACHE2.txt and LICENSE_MIT.TXT)
 
 
 ASSET DATA: "ROSConDemo/tree/main/Project/Assets"
 ASSET DATA: "ROSConDemo/tree/main/Project/Assets"
-URL: https://github.com/aws-lumberyard/ROSConDemo/tree/main/Project/Assets
+URL: https://github.com/o3de/ROSConDemo/tree/main/Project/Assets
 The ROSConDemo Project and it's contents including 3D models, image textures,
 The ROSConDemo Project and it's contents including 3D models, image textures,
 and other game asset files are licensed under the Creative Commons license
 and other game asset files are licensed under the Creative Commons license
 Attribution-NonCommercial 4.0 International (see LICENSE-CC-BY-NC-4.0.txt)
 Attribution-NonCommercial 4.0 International (see LICENSE-CC-BY-NC-4.0.txt)

+ 1 - 1
Project/Resources/Platform/iOS/Info.plist

@@ -9,7 +9,7 @@
 	<key>CFBundleExecutable</key>
 	<key>CFBundleExecutable</key>
 	<string>ROSConDemo.GameLauncher</string>
 	<string>ROSConDemo.GameLauncher</string>
 	<key>CFBundleIdentifier</key>
 	<key>CFBundleIdentifier</key>
-	<string>com.amazon.lumberyard.ROSConDemo</string>
+	<string>com.amazon.o3de.ROSConDemo</string>
 	<key>CFBundleInfoDictionaryVersion</key>
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<string>6.0</string>
 	<key>CFBundleName</key>
 	<key>CFBundleName</key>

+ 2 - 2
docker/README.md

@@ -14,7 +14,7 @@ the demo in this repository.
 
 
 To build the Dockerfile the only required step is to clone first the ROSConDemo:
 To build the Dockerfile the only required step is to clone first the ROSConDemo:
 ```
 ```
-git clone [email protected]:aws-lumberyard/ROSConDemo.git
+git clone https://github.com/o3de/ROSConDemo.git
 cd ROSConDemo/docker
 cd ROSConDemo/docker
 docker build -t roscon_demo -f Dockerfile .
 docker build -t roscon_demo -f Dockerfile .
 ```
 ```
@@ -41,4 +41,4 @@ to execute the Editor.
 ```
 ```
 
 
 Continue with the instruction in the
 Continue with the instruction in the
-[main README file](https://github.com/aws-lumberyard/ROSConDemo/blob/main/README.md).
+[main README file](https://github.com/o3de/ROSConDemo/blob/main/README.md).