summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-11-09 10:15:53 -0800
committerMinh Nguyễn <mxn@1ec5.org>2015-11-09 10:15:53 -0800
commit28ec908a3f1ee715d4f9e11513cce1e92fff6226 (patch)
tree11872f481dc1d7d75578633e3fd5a25f62d3d231 /scripts
parent9ab4cb888612e1d43fbb8519f455b97c2378e4a4 (diff)
downloadqtlocation-mapboxgl-28ec908a3f1ee715d4f9e11513cce1e92fff6226.tar.gz
Updated references to old build docs
Fixes #2871.
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 8ee7eb790e..3c684612ff 100755
--- a/scripts/ios/package.sh
+++ b/scripts/ios/package.sh
@@ -111,7 +111,7 @@ cp -pv platform/ios/resources/* "${OUTPUT}/static/${NAME}.bundle"
step "Creating API Docs..."
if [ -z `which appledoc` ]; then
- echo "Unable to find appledoc. See https://github.com/mapbox/mapbox-gl-native/blob/master/INSTALL.md"
+ echo "Unable to find appledoc. See https://github.com/mapbox/mapbox-gl-native/blob/master/docs/BUILD_IOS_OSX.md"
exit 1
fi
DOCS_OUTPUT="${OUTPUT}/static/Docs"