]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use https in more places and fix a few redirects.
authorXhmikosR <xhmikosr@gmail.com>
Fri, 14 Sep 2018 14:49:59 +0000 (17:49 +0300)
committerXhmikosR <xhmikosr@gmail.com>
Fri, 14 Sep 2018 15:27:55 +0000 (18:27 +0300)
README.md
js/tests/README.md
site/_data/translations.yml
site/docs/4.1/content/images.md
site/docs/4.1/examples/sticky-footer-navbar/index.html
site/docs/4.1/examples/sticky-footer/index.html
site/docs/4.1/extend/icons.md
site/docs/4.1/getting-started/accessibility.md
site/docs/4.1/getting-started/build-tools.md
site/docs/4.1/migration.md

index 9f91a933664d809fd90e1aa1966dc8f621182914..6090f71fbc1884cfde9ee5481abb7b1073e77990 100644 (file)
--- a/README.md
+++ b/README.md
@@ -64,8 +64,8 @@ Read the [Getting started page](https://getbootstrap.com/docs/4.1/getting-starte
 [![peerDependencies Status](https://img.shields.io/david/peer/twbs/bootstrap.svg)](https://david-dm.org/twbs/bootstrap?type=peer)
 [![devDependency Status](https://img.shields.io/david/dev/twbs/bootstrap.svg)](https://david-dm.org/twbs/bootstrap?type=dev)
 [![Coverage Status](https://img.shields.io/coveralls/github/twbs/bootstrap/v4-dev.svg)](https://coveralls.io/github/twbs/bootstrap?branch=v4-dev)
-[![CSS gzip size](http://img.badgesize.io/twbs/bootstrap/v4-dev/dist/css/bootstrap.min.css?compression=gzip&label=CSS+gzip+size)](https://github.com/twbs/bootstrap/tree/v4-dev/dist/css/bootstrap.min.css)
-[![JS gzip size](http://img.badgesize.io/twbs/bootstrap/v4-dev/dist/js/bootstrap.min.js?compression=gzip&label=JS+gzip+size)](https://github.com/twbs/bootstrap/tree/v4-dev/dist/js/bootstrap.min.js)
+[![CSS gzip size](https://img.badgesize.io/twbs/bootstrap/v4-dev/dist/css/bootstrap.min.css?compression=gzip&label=CSS+gzip+size)](https://github.com/twbs/bootstrap/tree/v4-dev/dist/css/bootstrap.min.css)
+[![JS gzip size](https://img.badgesize.io/twbs/bootstrap/v4-dev/dist/js/bootstrap.min.js?compression=gzip&label=JS+gzip+size)](https://github.com/twbs/bootstrap/tree/v4-dev/dist/js/bootstrap.min.js)
 [![BrowserStack Status](https://www.browserstack.com/automate/badge.svg?badge_key=SkxZcStBeExEdVJqQ2hWYnlWckpkNmNEY213SFp6WHFETWk2bGFuY3pCbz0tLXhqbHJsVlZhQnRBdEpod3NLSDMzaHc9PQ==--3d0b75245708616eb93113221beece33e680b229)](https://www.browserstack.com/automate/public-build/SkxZcStBeExEdVJqQ2hWYnlWckpkNmNEY213SFp6WHFETWk2bGFuY3pCbz0tLXhqbHJsVlZhQnRBdEpod3NLSDMzaHc9PQ==--3d0b75245708616eb93113221beece33e680b229)
 
 ## What's included
@@ -120,7 +120,7 @@ Documentation search is powered by [Algolia's DocSearch](https://community.algol
 3. Run `npm start` to compile CSS and JavaScript files, generate our docs, and watch for changes.
 4. Open `http://localhost:9001` in your browser, and voilà.
 
-Learn more about using Jekyll by reading its [documentation](https://jekyllrb.com/docs/home/).
+Learn more about using Jekyll by reading its [documentation](https://jekyllrb.com/docs/).
 
 ### Documentation for previous releases
 
index 1ba3d694e8e53ef7cc1a341a3ba07198087a948c..3b079d92cef8b3410842b50203edffb60fa2fdcc 100644 (file)
@@ -1,6 +1,6 @@
 ## How does Bootstrap's test suite work?
 
-Bootstrap uses [QUnit](https://qunitjs.com/) and [Sinon](http://sinonjs.org/). Each plugin has a file dedicated to its tests in `unit/<plugin-name>.js`.
+Bootstrap uses [QUnit](https://qunitjs.com/) and [Sinon](https://sinonjs.org/). Each plugin has a file dedicated to its tests in `unit/<plugin-name>.js`.
 
 * `unit/` contains the unit test files for each Bootstrap plugin.
 * `vendor/` contains third-party testing-related code (QUnit, jQuery and Sinon).
index 38b5771c480eead52c93c57548272dc1df612025..d9d317ab21e3f175b7faa92052fdc889860fb522 100644 (file)
@@ -1,12 +1,12 @@
 - name: 中文(繁體)
   code: zh-tw
   description: Bootstrap 4 繁體中文手冊
-  url: http://bootstrap.hexschool.com/
+  url: https://bootstrap.hexschool.com/
 
 - name: Chinese
   code: zh
   description: Bootstrap 4 · 全球最流行的 HTML、CSS 和 JS 工具库。
-  url: https://code.z01.com/v4
+  url: https://code.z01.com/v4/
 
 - name: Chinese
   code: zh
@@ -16,4 +16,4 @@
 - name: Brazilian Portuguese
   code: pt-BR
   description: Bootstrap 4 Português do Brasil
-  url: http://getbootstrap.com.br/v4/
+  url: https://getbootstrap.com.br/v4/
index 49576da9d6c5035e12e2e096400be39b7626b1b7..cb56139bd1c56a1fe3b81e6d28e2d86afd2eeed3 100644 (file)
@@ -39,7 +39,7 @@ In addition to our [border-radius utilities]({{ site.baseurl }}/docs/{{ site.doc
 
 ## Aligning images
 
-Align images with the [helper float classes]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/float) or [text alignment classes]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/text/#text-alignment). `block`-level images can be centered using [the `.mx-auto` margin utility class]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/spacing/#horizontal-centering).
+Align images with the [helper float classes]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/float/) or [text alignment classes]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/text/#text-alignment). `block`-level images can be centered using [the `.mx-auto` margin utility class]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/spacing/#horizontal-centering).
 
 <div class="bd-example bd-example-images">
   <img data-src="holder.js/200x200" class="rounded float-left" alt="A generic square placeholder image with rounded corners">
index ffd2f11840ad569637ae156c3e9692e3ce72abe5..8a66601cc158c9e6e0e21c1918e44ffca80efb7d 100644 (file)
@@ -50,7 +50,7 @@
       <div class="container">
         <h1 class="mt-5">Sticky footer with fixed navbar</h1>
         <p class="lead">Pin a footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS. A fixed navbar has been added with <code>padding-top: 60px;</code> on the <code>main &gt; .container</code>.</p>
-        <p>Back to <a href="../sticky-footer">the default sticky footer</a> minus the navbar.</p>
+        <p>Back to <a href="../sticky-footer/">the default sticky footer</a> minus the navbar.</p>
       </div>
     </main>
 
index 6b56e7952321df634c242bc37f59c54a0a9c8828..868211c19579d527de9a43ac92e001c0287c4e54 100644 (file)
@@ -23,7 +23,7 @@
       <div class="container">
         <h1 class="mt-5">Sticky footer</h1>
         <p class="lead">Pin a footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p>
-        <p>Use <a href="../sticky-footer-navbar">the sticky footer with a fixed navbar</a> if need be, too.</p>
+        <p>Use <a href="../sticky-footer-navbar/">the sticky footer with a fixed navbar</a> if need be, too.</p>
       </div>
     </main>
 
index 47c1f1fd415dafe393f27b5eb42bc078b38520d8..9acdbeb866f67b4fbd34d966e64c389341bb9112 100644 (file)
@@ -20,7 +20,7 @@ We've tested and used these icon sets ourselves.
 While we haven't tried these out, they do look promising and provide multiple formats—including SVG.
 
 - [Bytesize](https://github.com/danklammer/bytesize-icons)
-- [Google Material icons](https://material.io/icons/)
+- [Google Material icons](https://material.io/tools/icons/)
 - [Ionicons](https://ionicons.com/)
 - [Feather](https://feathericons.com/)
 - [Dripicons](http://demo.amitjakhu.com/dripicons/)
index 5a0c0b0ebe14eaa1eac3e7e0ee46aba00589c47b..d300a9ba92631b7cc36bdb123ba760762ed2373f 100644 (file)
@@ -18,7 +18,7 @@ Bootstrap's styling and layout can be applied to a wide range of markup structur
 
 ### Interactive components
 
-Bootstrap's interactive components—such as modal dialogs, dropdown menus and custom tooltips—are designed to work for touch, mouse and keyboard users. Through the use of relevant [<abbr title="Web Accessibility Initiative">WAI</abbr>-<abbr title="Accessible Rich Internet Applications">ARIA</abbr>](https://www.w3.org/WAI/intro/aria) roles and attributes, these components should also be understandable and operable using assistive technologies (such as screen readers).
+Bootstrap's interactive components—such as modal dialogs, dropdown menus and custom tooltips—are designed to work for touch, mouse and keyboard users. Through the use of relevant [<abbr title="Web Accessibility Initiative">WAI</abbr>-<abbr title="Accessible Rich Internet Applications">ARIA</abbr>](https://www.w3.org/WAI/standards-guidelines/aria/) roles and attributes, these components should also be understandable and operable using assistive technologies (such as screen readers).
 
 Because Bootstrap's components are purposely designed to be fairly generic, authors may need to include further <abbr title="Accessible Rich Internet Applications">ARIA</abbr> roles and attributes, as well as JavaScript behavior, to more accurately convey the precise nature and functionality of their component. This is usually noted in the documentation.
 
index c26d9bdd0b708bec19790962eaf62b36da56f785..fe12057a50ae683bf5b7faf1ef94793dd7579078 100644 (file)
@@ -48,7 +48,7 @@ Running our documentation locally requires the use of Jekyll, a decently flexibl
 2. From the root `/bootstrap` directory, run `npm run docs-serve` in the command line.
 3. Open `http://localhost:9001` in your browser, and voilà.
 
-Learn more about using Jekyll by reading its [documentation](https://jekyllrb.com/docs/home/).
+Learn more about using Jekyll by reading its [documentation](https://jekyllrb.com/docs/).
 
 ## Troubleshooting
 
index 6798d87290408ca2a383c5c3bbf6ffb7b0b86141..4abf0c02d7629c73dfe9be2ccf3ec26ec1d4b303 100644 (file)
@@ -300,7 +300,7 @@ Dropped entirely for the new card component.
 
 ### Vendor prefix mixins
 
-Bootstrap 3's [vendor prefix](https://www.thoughtco.com/css-vendor-prefixes-3466867) mixins, which were deprecated in v3.2.0, have been removed in Bootstrap 4. Since we use [Autoprefixer](https://github.com/postcss/autoprefixer), they're no longer necessary.
+Bootstrap 3's [vendor prefix](https://www.lifewire.com/css-vendor-prefixes-3466867) mixins, which were deprecated in v3.2.0, have been removed in Bootstrap 4. Since we use [Autoprefixer](https://github.com/postcss/autoprefixer), they're no longer necessary.
 
 Removed the following mixins: `animation`, `animation-delay`, `animation-direction`, `animation-duration`, `animation-fill-mode`, `animation-iteration-count`, `animation-name`, `animation-timing-function`, `backface-visibility`, `box-sizing`, `content-columns`, `hyphens`, `opacity`, `perspective`, `perspective-origin`, `rotate`, `rotateX`, `rotateY`, `scale`, `scaleX`, `scaleY`, `skew`, `transform-origin`, `transition-delay`, `transition-duration`, `transition-property`, `transition-timing-function`, `transition-transform`, `translate`, `translate3d`, `user-select`