diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/ios/package.sh | 2 |
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" |