mod_admin_web: Change bootstrap URL
authorFlorian Zeitz <florob@babelmonkeys.de>
Mon, 29 Jul 2013 13:30:00 +0200
changeset 1120 fc26a33fc2f3
parent 1119 1af68e5e40f3
child 1121 c714ed7de4ee
mod_admin_web: Change bootstrap URL
mod_admin_web/admin_web/get_deps.sh
--- a/mod_admin_web/admin_web/get_deps.sh	Wed Jul 24 20:51:56 2013 +0200
+++ b/mod_admin_web/admin_web/get_deps.sh	Mon Jul 29 13:30:00 2013 +0200
@@ -17,4 +17,4 @@
 
 cd ../css
 rm -f bootstrap-$BOOTSTRAP_VERSION.min.css
-wget http://twitter.github.com/bootstrap/$BOOTSTRAP_VERSION/bootstrap.min.css -O bootstrap-$BOOTSTRAP_VERSION.min.css
+wget https://raw.github.com/twbs/bootstrap/v$BOOTSTRAP_VERSION/bootstrap.min.css -O bootstrap-$BOOTSTRAP_VERSION.min.css