Software /
code /
prosody-modules
Changeset
1120:fc26a33fc2f3
mod_admin_web: Change bootstrap URL
author | Florian Zeitz <florob@babelmonkeys.de> |
---|---|
date | Mon, 29 Jul 2013 13:30:00 +0200 |
parents | 1119:1af68e5e40f3 |
children | 1121:c714ed7de4ee |
files | mod_admin_web/admin_web/get_deps.sh |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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