diff --git a/How-to-build-Signal-from-the-sources.md b/How-to-build-Signal-from-the-sources.md index e97c9f1..00b4295 100644 --- a/How-to-build-Signal-from-the-sources.md +++ b/How-to-build-Signal-from-the-sources.md @@ -13,7 +13,7 @@ _The following information concentrates on compiling on **LINUX**, **OS X** or * ``` # assuming your working directory is /work cd /work -git clone https://github.com/signapapp/Signal-Android.git Signal-Android +git clone https://github.com/signalapp/Signal-Android.git Signal-Android cd Signal-Android # execute Gradle ./gradlew build @@ -28,7 +28,7 @@ cd Signal-Android ``` # assuming the project working directory is /work cd /work -git clone https://github.com/signapapp/Signal-Android.git Signal-Android +git clone https://github.com/signalapp/Signal-Android.git Signal-Android # as a developer # you would clone using the git protocol and your username