# HG changeset patch # User Florian Zeitz # Date 1375097400 -7200 # Node ID fc26a33fc2f3a7cb678c88a8c2edf30377be9b08 # Parent 1af68e5e40f37d78699c3ce0fb63f618c9c8a758 mod_admin_web: Change bootstrap URL diff -r 1af68e5e40f3 -r fc26a33fc2f3 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