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:
authorXhmikosR <xhmikosr@gmail.com>2018-09-18 22:27:46 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-10-18 11:27:47 +0300
commite105d156420864807dca97d4953d0baf843f01f9 (patch)
treed5af31ccf45bc45adfcecc23e7ce3428a9619c39 /nuget
parentcf6f867190cd91181a63d8576c3f5a485d7050a7 (diff)
Use https, fix broken links and unneeded redirects.
Diffstat (limited to 'nuget')
-rw-r--r--nuget/bootstrap.less.nuspec6
-rw-r--r--nuget/bootstrap.nuspec6
2 files changed, 6 insertions, 6 deletions
diff --git a/nuget/bootstrap.less.nuspec b/nuget/bootstrap.less.nuspec
index 4a2d23755d..35fd209982 100644
--- a/nuget/bootstrap.less.nuspec
+++ b/nuget/bootstrap.less.nuspec
@@ -7,11 +7,11 @@
<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 Less. 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 2018</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
diff --git a/nuget/bootstrap.nuspec b/nuget/bootstrap.nuspec
index 254c2e729f..3fb2cf9f1e 100644
--- a/nuget/bootstrap.nuspec
+++ b/nuget/bootstrap.nuspec
@@ -7,11 +7,11 @@
<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 2018</copyright>
<requireLicenseAcceptance>false</requireLicenseAcceptance>