From 709c4fdcee7c84a2e6aec7c03b004497ee89e165 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Thu, 8 Oct 2015 15:54:15 -0400 Subject: [build] update appledoc install error URL --- scripts/ios/package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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" -- cgit v1.2.1