comparison deploy/src/archive.sh @ 1771:bd14a0f69b60

Add a note about the doc link
author Chris Cannam
date Mon, 26 Feb 2018 14:30:37 +0000
parents 0fd39f67a6ee
children 471b0fb002ea
comparison
equal deleted inserted replaced
1768:f684b19ab777 1771:bd14a0f69b60
21 21
22 if [ "$doc_status" = "404" ]; then 22 if [ "$doc_status" = "404" ]; then
23 echo "*** WARNING: Documentation URL returns a 404:" 23 echo "*** WARNING: Documentation URL returns a 404:"
24 echo "*** $doc_url" 24 echo "*** $doc_url"
25 echo "*** Please fix this before release!" 25 echo "*** Please fix this before release!"
26 echo "*** And remember to update the link from"
27 echo " http://www.sonicvisualiser.org/documentation.html !"
26 echo 28 echo
27 fi 29 fi