Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-08-18 10:07:15 +0400
committerMark Otto <otto@github.com>2013-08-18 10:07:15 +0400
commitd13c4e5e5b2eb1337739b6eabb2c06bfa26d76c5 (patch)
treeb0d7241879cdfe7764bcf5110cfac3d41c3c2a29 /_config.yml
parentc729f16282e8e3d1d272b2559708bb514d44c227 (diff)
Update URLs in config to what I think they need to be; add theme CDN url
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml9
1 files changed, 5 insertions, 4 deletions
diff --git a/_config.yml b/_config.yml
index dd064d3083..6f68eb7521 100644
--- a/_config.yml
+++ b/_config.yml
@@ -12,8 +12,8 @@ port: 9001
# Custom vars
repo: https://github.com/twbs/bootstrap
-download: https://github.com/twbs/bootstrap/archive/3.0.0-wip.zip
-download_dist: http://getbootstrap.com/bs-v3.0.0-rc.2-dist.zip
+download: https://github.com/twbs/bootstrap/archive/v3.0.0.zip
+download_dist: https://github.com/twbs/bootstrap/releases/download/v3.0.0/bootstrap-3.0.0-dist.zip
glyphicons: http://glyphicons.getbootstrap.com
glyphicons_repo: https://github.com/twbs/bootstrap-glyphicons
@@ -21,5 +21,6 @@ glyphicons_repo: https://github.com/twbs/bootstrap-glyphicons
blog: http://blog.getbootstrap.com
expo: http://expo.getbootstrap.com
-cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.0.0-wip/css/bootstrap.min.css
-cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.0.0-wip/js/bootstrap.min.js
+cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css
+cdn_theme_css: //netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css
+cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js