diff --git a/docs/building-linux.md b/docs/building-linux.md index e0b582150ffb52..81b2b614883b79 100644 --- a/docs/building-linux.md +++ b/docs/building-linux.md @@ -6,7 +6,7 @@ You will require **api_id** and **api_hash** to access the Telegram API servers. ### Clone source code - git clone --recursive https://github.com/telegramdesktop/tdesktop.git + git clone --recursive https://github.com/teamgram/teamgram-tdesktop.git tdesktop ### Prepare libraries diff --git a/docs/building-mac.md b/docs/building-mac.md index eb5fdd98704909..75f3912d9c1857 100644 --- a/docs/building-mac.md +++ b/docs/building-mac.md @@ -18,8 +18,8 @@ Go to ***BuildPath*** and run git config --global user.email "email@example.com" sudo xcode-select -s /Applications/Xcode.app/Contents/Developer git - sudo git clone --recursive https://github.com/teamgram/teamgram-tdesktop.git - ./teamgram-tdesktop/Telegram/build/prepare/mac.sh + sudo git clone --recursive https://github.com/teamgram/teamgram-tdesktop.git tdesktop + ./tdesktop/Telegram/build/prepare/mac.sh ### Building the project diff --git a/docs/building-win-x64.md b/docs/building-win-x64.md index 23d0f1d8099f81..5e72a316154462 100644 --- a/docs/building-win-x64.md +++ b/docs/building-win-x64.md @@ -32,7 +32,7 @@ Open **x64 Native Tools Command Prompt for VS 2022.bat**, go to ***BuildPath*** Open **x64 Native Tools Command Prompt for VS 2022.bat**, go to ***BuildPath*** and run - git clone --recursive https://github.com/telegramdesktop/tdesktop.git + git clone --recursive https://github.com/teamgram/teamgram-tdesktop.git tdesktop tdesktop\Telegram\build\prepare\win.bat ## Build the project diff --git a/docs/building-win.md b/docs/building-win.md index 41ae9b50bb243c..46d036a9626648 100644 --- a/docs/building-win.md +++ b/docs/building-win.md @@ -32,7 +32,7 @@ Open **x86 Native Tools Command Prompt for VS 2022.bat**, go to ***BuildPath*** Open **x86 Native Tools Command Prompt for VS 2022.bat**, go to ***BuildPath*** and run - git clone --recursive https://github.com/telegramdesktop/tdesktop.git + git clone --recursive https://github.com/teamgram/teamgram-tdesktop.git tdesktop tdesktop\Telegram\build\prepare\win.bat ## Build the project