diff options
author | Minh Nguyễn <mxn@1ec5.org> | 2015-11-09 10:15:53 -0800 |
---|---|---|
committer | Minh Nguyễn <mxn@1ec5.org> | 2015-11-09 10:15:53 -0800 |
commit | 28ec908a3f1ee715d4f9e11513cce1e92fff6226 (patch) | |
tree | 11872f481dc1d7d75578633e3fd5a25f62d3d231 | |
parent | 9ab4cb888612e1d43fbb8519f455b97c2378e4a4 (diff) | |
download | qtlocation-mapboxgl-28ec908a3f1ee715d4f9e11513cce1e92fff6226.tar.gz |
Updated references to old build docs
Fixes #2871.
-rwxr-xr-x | ios/docs/install_docs.sh | 2 | ||||
-rwxr-xr-x | 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" |