From ea1c2f27d1e82606e8be6397cccebea1ce96110c Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Thu, 30 Apr 2020 13:04:40 +0200 Subject: [PATCH] fixed build instructions (checkout url) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 076f38409..b77a577a5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@

-![screenshots](https://raw.githubusercontent.com/siacs/Conversations/master/screenshots.png) +![screenshots](https://raw.githubusercontent.com/inputmice/Conversations/master/screenshots.png) ## Design principles @@ -407,7 +407,7 @@ reference any file name by modifying `build.gradle`. Make sure to have ANDROID_HOME point to your Android SDK. Use the Android SDK Manager to install missing dependencies. - git clone https://github.com/siacs/Conversations.git + git clone https://github.com/inputmice/Conversations.git cd Conversations ./gradlew assembleConversationsFreeSystemDebug @@ -465,4 +465,4 @@ Play Store version or the current HEAD. If you are having problems connecting to your XMPP server your file transfer doesn’t work as expected please always include a logcat debug output with your issue (see above). -[issues]: https://github.com/siacs/Conversations/issues +[issues]: https://github.com/inputmice/Conversations/issues