diff --git a/README-BuildingHowTo.md b/README-BuildingHowTo.md index 52e794f26..2e98f2656 100644 --- a/README-BuildingHowTo.md +++ b/README-BuildingHowTo.md @@ -1,4 +1,4 @@ -![LOGO](https://raw.githubusercontent.com/Mindty-Kollektiv/tdme2/master/resources/github/tdme2-logo.png) +![LOGO](https://raw.githubusercontent.com/andreasdr/tdme2/master/resources/github/tdme2-logo.png) # 1. How to build TDME2? @@ -30,7 +30,7 @@ exit ### 1.1.2. Clone repository ```bash -git clone https://github.com/Mindty-Kollektiv/tdme2 +git clone https://github.com/andreasdr/tdme2 cd tdme2 ``` @@ -63,7 +63,7 @@ exit ### 1.2.2. Clone repository ```bash -git clone https://github.com/Mindty-Kollektiv/tdme2 +git clone https://github.com/andreasdr/tdme2 cd tdme2 ``` @@ -100,7 +100,7 @@ sudo apt-get install libvulkan-dev ### 1.3.2. Clone repository ```bash -git clone https://github.com/Mindty-Kollektiv/tdme2 +git clone https://github.com/andreasdr/tdme2 cd tdme2 ``` @@ -127,7 +127,7 @@ For Metal via Vulkan you need to install Vulkan SDK for MacOSX using the install ### 1.4.2. Clone repository ```bash -git clone https://github.com/Mindty-Kollektiv/tdme2 +git clone https://github.com/andreasdr/tdme2 cd tdme2 ``` @@ -171,7 +171,7 @@ pacman -S mingw-w64-x86_64-vulkan-loader ### 1.5.2. Clone repository ```bash -git clone https://github.com/Mindty-Kollektiv/tdme2 +git clone https://github.com/andreasdr/tdme2 cd tdme2 ``` @@ -194,8 +194,8 @@ Be aware that the makefile uses the default installation paths for libraries and ### 1.6.2. Download or clone repository -Use a GIT client with the following URL: https://github.com/Mindty-Kollektiv/tdme2 and clone to a folder into your home folder like "tdme2" OR -send your browser to "https://github.com/Mindty-Kollektiv/tdme2" and click "Clone or download/Download ZIP" and extract ZIP somewhere in your home folder, e.g. "tdme2". +Use a GIT client with the following URL: https://github.com/andreasdr/tdme2 and clone to a folder into your home folder like "tdme2" OR +send your browser to "https://github.com/andreasdr/tdme2" and click "Clone or download/Download ZIP" and extract ZIP somewhere in your home folder, e.g. "tdme2". ### 1.6.3. Build