From 2e69dfa8c1679238579ef6f5ec85deb755e4fb6d Mon Sep 17 00:00:00 2001 From: Bardi Harborow Date: Tue, 4 Oct 2016 02:55:59 +1000 Subject: Fix broken/redirected links, moving to HTTPS where possible. (#20557) --- package.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package.js') 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' -- cgit v1.2.3