Skip to content

Commit 98acdae

Browse files
committed
bump links to 3.0.2; change readme download to release URL format
1 parent 88a0664 commit 98acdae

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To get started, check out <http://getbootstrap.com>!
1010

1111
Three quick start options are available:
1212

13-
* [Download the latest release](https://github.com/twbs/bootstrap/releases/tag/v3.0.1).
13+
* [Download the latest release](https://github.com/twbs/bootstrap/archive/v3.0.2.zip).
1414
* Clone the repo: `git clone https://github.com/twbs/bootstrap.git`.
1515
* Install with [Bower](http://bower.io): `bower install bootstrap`.
1616

_config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ exclude: [".editorconfig", ".gitignore", "bower.json", "composer.json",
1111
port: 9001
1212

1313
# Custom vars
14-
current_version: 3.0.1
14+
current_version: 3.0.2
1515
repo: https://github.com/twbs/bootstrap
1616

17-
download_source: https://github.com/twbs/bootstrap/archive/v3.0.1.zip
18-
download_dist: https://github.com/twbs/bootstrap/releases/download/v3.0.1/bootstrap-3.0.1-dist.zip
17+
download_source: https://github.com/twbs/bootstrap/archive/v3.0.2.zip
18+
download_dist: https://github.com/twbs/bootstrap/releases/download/v3.0.1/bootstrap-3.0.2-dist.zip
1919

2020
blog: http://blog.getbootstrap.com
2121
expo: http://expo.getbootstrap.com
2222

23-
cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.0.1/css/bootstrap.min.css
24-
cdn_theme_css: //netdna.bootstrapcdn.com/bootstrap/3.0.1/css/bootstrap-theme.min.css
25-
cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.0.1/js/bootstrap.min.js
23+
cdn_css: //netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap.min.css
24+
cdn_theme_css: //netdna.bootstrapcdn.com/bootstrap/3.0.2/css/bootstrap-theme.min.css
25+
cdn_js: //netdna.bootstrapcdn.com/bootstrap/3.0.2/js/bootstrap.min.js

0 commit comments

Comments
 (0)