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
path: root/nuget
diff options
context:
space:
mode:
authorBardi Harborow <bardi@bardiharborow.com>2016-10-03 19:55:59 +0300
committerMark Otto <markd.otto@gmail.com>2016-10-03 19:55:59 +0300
commit2e69dfa8c1679238579ef6f5ec85deb755e4fb6d (patch)
tree57ac7cd1aeef5d78895f7a631155ce746fc0c43b /nuget
parentdb533c2e8d950647ff5e884083bf2d72063ed4b0 (diff)
Fix broken/redirected links, moving to HTTPS where possible. (#20557)
Diffstat (limited to 'nuget')
-rw-r--r--nuget/bootstrap.nuspec6
-rw-r--r--nuget/bootstrap.sass.nuspec6
2 files changed, 6 insertions, 6 deletions
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec
index 9121fa8c28..dd11321b99 100644
--- a/nuget/bootstrap.nuspec
+++ b/nuget/bootstrap.nuspec
@@ -7,11 +7,11 @@
<authors>The Bootstrap Authors, Twitter Inc.</authors>
<owners>bootstrap</owners>
<description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description>
- <releaseNotes>http://blog.getbootstrap.com</releaseNotes>
+ <releaseNotes>https://blog.getbootstrap.com</releaseNotes>
<summary>Bootstrap framework in CSS. Includes fonts and JavaScript</summary>
<language>en-us</language>
- <projectUrl>http://getbootstrap.com</projectUrl>
- <iconUrl>http://getbootstrap.com/apple-touch-icon.png</iconUrl>
+ <projectUrl>https://getbootstrap.com</projectUrl>
+ <iconUrl>https://getbootstrap.com/apple-touch-icon.png</iconUrl>
<licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl>
<copyright>Copyright 2016</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
diff --git a/nuget/bootstrap.sass.nuspec b/nuget/bootstrap.sass.nuspec
index c28a0fc546..09dab66c48 100644
--- a/nuget/bootstrap.sass.nuspec
+++ b/nuget/bootstrap.sass.nuspec
@@ -7,11 +7,11 @@
<authors>The Bootstrap Authors, Twitter Inc.</authors>
<owners>bootstrap</owners>
<description>The most popular front-end framework for developing responsive, mobile first projects on the web.</description>
- <releaseNotes>http://blog.getbootstrap.com</releaseNotes>
+ <releaseNotes>https://blog.getbootstrap.com</releaseNotes>
<summary>Bootstrap framework in Sass. Includes fonts and JavaScript</summary>
<language>en-us</language>
- <projectUrl>http://getbootstrap.com</projectUrl>
- <iconUrl>http://getbootstrap.com/apple-touch-icon.png</iconUrl>
+ <projectUrl>https://getbootstrap.com</projectUrl>
+ <iconUrl>https://getbootstrap.com/apple-touch-icon.png</iconUrl>
<licenseUrl>https://github.com/twbs/bootstrap/blob/master/LICENSE</licenseUrl>
<copyright>Copyright 2016</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>