Fix outdated docs link

This commit is contained in:
Roman Volosovskyi 2019-01-05 14:01:22 +02:00
parent 5ff90c3b14
commit 771cb5c6a2
No known key found for this signature in database
GPG Key ID: 0238A4B5ECEE70DE
1 changed files with 1 additions and 1 deletions

View File

@ -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).]]"