summaryrefslogtreecommitdiff
path: root/ios/docs
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-06-18 17:20:36 -0700
committerJustin R. Miller <incanus@codesorcery.net>2015-06-18 17:20:36 -0700
commit54f766cd684d34dae9c7dc4cdc7c6278b7a14a09 (patch)
treebeafaeea2bccb56158542786f543079128759b33 /ios/docs
parenta2fa3726785ea71d1b430895631dabfcc56744cc (diff)
downloadqtlocation-mapboxgl-54f766cd684d34dae9c7dc4cdc7c6278b7a14a09.tar.gz
remove problematic screenshot URL from HTML docs
Diffstat (limited to 'ios/docs')
-rwxr-xr-xios/docs/install_docs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/docs/install_docs.sh b/ios/docs/install_docs.sh
index 569c2e0abb..44722dd63f 100755
--- a/ios/docs/install_docs.sh
+++ b/ios/docs/install_docs.sh
@@ -12,7 +12,7 @@ echo "Creating new docs for ${VERSION}..."
echo
README="/tmp/GL-README.md"
-cat ../README.md > ${README}
+cat ../README.md | grep -v screenshot > ${README}
echo >> ${README}
echo -n "#" >> ${README}
cat ../../CHANGELOG.md >> ${README}