Mercurial > prosody-modules
diff mod_admin_web/admin_web/get_deps.sh @ 1120:fc26a33fc2f3
mod_admin_web: Change bootstrap URL
author | Florian Zeitz <florob@babelmonkeys.de> |
---|---|
date | Mon, 29 Jul 2013 13:30:00 +0200 |
parents | 83f56d3a07f5 |
children | b3e2ed890b93 |
line wrap: on
line diff
--- 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