From 771cb5c6a2a97e300e4e08bd38f530fc4ee9dee6 Mon Sep 17 00:00:00 2001 From: Roman Volosovskyi Date: Sat, 5 Jan 2019 14:01:22 +0200 Subject: [PATCH] Fix outdated docs link --- scripts/lib/setup/installers.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/setup/installers.sh b/scripts/lib/setup/installers.sh index 324a11048e..6205fb841a 100755 --- a/scripts/lib/setup/installers.sh +++ b/scripts/lib/setup/installers.sh @@ -339,7 +339,7 @@ function use_android_sdk() { echo "sdk.dir=$ANDROID_SDK_ROOT" | tee -a $_localPropertiesPath fi else - local _docUrl="https://docs.status.im/docs/build_status.html" + local _docUrl="https://status.im/build_status/" cecho "@yellow[[ANDROID_SDK_ROOT environment variable not defined, please install the Android SDK.]]" cecho "@yellow[[(see $_docUrl).]]"