From 538e3017e91df023883f2757a34a3a460a953bf7 Mon Sep 17 00:00:00 2001 From: Carsten H Date: Fri, 6 Mar 2015 15:14:29 +0100 Subject: [PATCH] Link to the in-use Syncthing org --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e5a72d4..1ec341da 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ To check for updated gradle dependencies, run `gradle dependencyUpdates`. Additi To get Syncthing app for Android running on you device/emulator the native syncthing binary has to be available. There are multiple ways to get the native syncthing binary: - open the Syncthing apk (the one taken from the play store) running on your device as a zip, extract the `lib/` folder into your project directory and rename it to `libs/`. -- Depending on your target architecture, download `syncthing-linux-386` or `syncthing-linux-armv5` from [syncthing releases](https://github.com/calmh/syncthing/releases), and extract the binary to `libs/x86/libsyncthing.so` or `libs/armeabi/libsyncthing.so` respectively. +- Depending on your target architecture, download `syncthing-linux-386` or `syncthing-linux-armv5` from [syncthing releases](https://github.com/syncthing/syncthing/releases), and extract the binary to `libs/x86/libsyncthing.so` or `libs/armeabi/libsyncthing.so` respectively. ### Development Notes