From c6aedfb87735ef82f3e390818956f47eb15141fd Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 28 Jul 2013 00:03:24 -0700 Subject: [PATCH] point to different download urls --- _config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 23e1ef8ca3..819e719403 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/v3.0.0-rc1.zip -download_dist: https://github.com/twbs/bootstrap/releases/download/v3.0.0-rc1/bs-v3.0.0-rc1-dist.zip +download: https://github.com/twbs/bootstrap/archive/3.0.0-wip.zip +download_dist: https://getbootstrap.com/bs-v3.0.0-rc1-dist.zip examples: http://examples.getbootstrap.com examples_repo: https://github.com/twbs/bootstrap-examples