diff options
| author | Bardi Harborow <[email protected]> | 2016-10-04 02:55:59 +1000 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-10-03 09:55:59 -0700 |
| commit | 2e69dfa8c1679238579ef6f5ec85deb755e4fb6d (patch) | |
| tree | 57ac7cd1aeef5d78895f7a631155ce746fc0c43b /package.js | |
| parent | db533c2e8d950647ff5e884083bf2d72063ed4b0 (diff) | |
| download | bootstrap-2e69dfa8c1679238579ef6f5ec85deb755e4fb6d.tar.xz bootstrap-2e69dfa8c1679238579ef6f5ec85deb755e4fb6d.zip | |
Fix broken/redirected links, moving to HTTPS where possible. (#20557)
Diffstat (limited to 'package.js')
| -rw-r--r-- | package.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.js b/package.js index a9f4746b4..a6ff6c462 100644 --- a/package.js +++ b/package.js @@ -3,7 +3,7 @@ /* global Package:true */ Package.describe({ - name: 'twbs:bootstrap', // http://atmospherejs.com/twbs/bootstrap + name: 'twbs:bootstrap', // https://atmospherejs.com/twbs/bootstrap summary: 'The most popular front-end framework for developing responsive, mobile first projects on the web.', version: '4.0.0-alpha.4', git: 'https://github.com/twbs/bootstrap.git' |
