summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJason Wray <jason@kulturny.com>2015-10-08 15:54:15 -0400
committerJason Wray <jason@kulturny.com>2015-10-08 15:54:15 -0400
commit709c4fdcee7c84a2e6aec7c03b004497ee89e165 (patch)
treefa917f34e90e6a0ca86df60d3f3f5bbd6a67529d /scripts
parent416a41a6b89d52e27ba59d31e1dce568fa73a0c9 (diff)
downloadqtlocation-mapboxgl-709c4fdcee7c84a2e6aec7c03b004497ee89e165.tar.gz
[build] update appledoc install error URL
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ios/package.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ios/package.sh b/scripts/ios/package.sh
index 96e5f2ad9d..76adcfb814 100755
--- a/scripts/ios/package.sh
+++ b/scripts/ios/package.sh
@@ -106,7 +106,7 @@ cp -pv styles/styles/{dark,emerald,light,streets,satellite}-v8.json "${OUTPUT}/s
step "Creating API Docs..."
if [ -z `which appledoc` ]; then
- echo "Unable to find appledoc. See https://github.com/mapbox/mapbox-gl-native#manually"
+ echo "Unable to find appledoc. See https://github.com/mapbox/mapbox-gl-native/blob/master/INSTALL.md"
exit 1
fi
DOCS_OUTPUT="${OUTPUT}/static/Docs"