Просмотр исходного кода

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 лет назад
Родитель
Сommit
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
 
 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
 are dual-licensed under Apache 2.0 and the MIT licenses.
 (see LICENSE-APACHE2.txt and LICENSE_MIT.TXT)
 
 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,
 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)

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

@@ -9,7 +9,7 @@
 	<key>CFBundleExecutable</key>
 	<string>ROSConDemo.GameLauncher</string>
 	<key>CFBundleIdentifier</key>
-	<string>com.amazon.lumberyard.ROSConDemo</string>
+	<string>com.amazon.o3de.ROSConDemo</string>
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<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:
 ```
-git clone [email protected]:aws-lumberyard/ROSConDemo.git
+git clone https://github.com/o3de/ROSConDemo.git
 cd ROSConDemo/docker
 docker build -t roscon_demo -f Dockerfile .
 ```
@@ -41,4 +41,4 @@ to execute the Editor.
 ```
 
 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).