From 28ec908a3f1ee715d4f9e11513cce1e92fff6226 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Mon, 9 Nov 2015 10:15:53 -0800 Subject: Updated references to old build docs Fixes #2871. --- ios/docs/install_docs.sh | 2 +- scripts/ios/package.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/docs/install_docs.sh b/ios/docs/install_docs.sh index 20d78748fa..8d1b8f553e 100755 --- a/ios/docs/install_docs.sh +++ b/ios/docs/install_docs.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash 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 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" -- cgit v1.2.1