]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix redirects. (#29254)
authorXhmikosR <xhmikosr@gmail.com>
Wed, 14 Aug 2019 19:40:46 +0000 (22:40 +0300)
committerGitHub <noreply@github.com>
Wed, 14 Aug 2019 19:40:46 +0000 (22:40 +0300)
site/content/docs/4.3/components/breadcrumb.md
site/content/docs/4.3/getting-started/browsers-devices.md
site/content/docs/4.3/getting-started/javascript.md
site/content/docs/4.3/getting-started/theming.md
site/content/docs/4.3/utilities/api.md
site/data/browser-features.yml
site/data/icons.yml

index 493014026f43daa4802b71d078de2823c3f5dda3..61d9c2a46487adfbab972366dd0f9bed09aba376 100644 (file)
@@ -32,7 +32,7 @@ group: components
 
 ## Changing the separator
 
-Separators are automatically added in CSS through [`::before`](https://developer.mozilla.org/en-US/docs/Web/CSS/::before) and [`content`](https://developer.mozilla.org/en-US/docs/Web/CSS/content). They can be changed by changing `$breadcrumb-divider`. The [quote](https://sass-lang.com/documentation/Sass/Script/Functions.html#quote-instance_method) function is needed to generate the quotes around a string, so if you want `>` as separator, you can use this:
+Separators are automatically added in CSS through [`::before`](https://developer.mozilla.org/en-US/docs/Web/CSS/::before) and [`content`](https://developer.mozilla.org/en-US/docs/Web/CSS/content). They can be changed by changing `$breadcrumb-divider`. The [quote](https://sass-lang.com/documentation/functions/string#quote) function is needed to generate the quotes around a string, so if you want `>` as separator, you can use this:
 
 ```scss
 $breadcrumb-divider: quote(">");
index d6ae174c2c3c3b3b0a4eda51d7318433e270dd41..742bc26b3f399dd70a7f3fa0b706c1752356ce6b 100644 (file)
@@ -123,7 +123,7 @@ As of iOS 9.2, while a modal is open, if the initial touch of a scroll gesture i
 
 ### Navbar Dropdowns
 
-The `.dropdown-backdrop` element isn't used on iOS in the nav because of the complexity of z-indexing. Thus, to close dropdowns in navbars, you must directly click the dropdown element (or [any other element which will fire a click event in iOS](https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile)).
+The `.dropdown-backdrop` element isn't used on iOS in the nav because of the complexity of z-indexing. Thus, to close dropdowns in navbars, you must directly click the dropdown element (or [any other element which will fire a click event in iOS](https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event#Safari_Mobile)).
 
 ## Browser zooming
 
index bde5fff755daab16267faf350151c4bf85df3874..ef519d0c36febd976ad5492b5273740b58102411 100644 (file)
@@ -28,7 +28,7 @@ We provide a version of Bootstrap built as `ESM` (`bootstrap.esm.js` and `bootst
 {{< callout warning >}}
 ## Incompatible plugins
 
-Due to browser limitations, some of our plugins, namely Dropdown, Tooltip and Popover plugins, cannot be used in a `<script>` tag with `module` type because they depend on Popper.js. For more information about the issue see [here](https://developers.google.com/web/fundamentals/primers/modules#specifiers).
+Due to browser limitations, some of our plugins, namely Dropdown, Tooltip and Popover plugins, cannot be used in a `<script>` tag with `module` type because they depend on Popper.js. For more information about the issue see [here](https://v8.dev/features/modules#specifiers).
 {{< /callout >}}
 
 ## Dependencies
index 8dc0d9f44705124b91c046247f8bc7d15f383bcc..28b57e4ad1ffe97f6c9d33e5a66f3e27da3dfd9a 100644 (file)
@@ -362,7 +362,7 @@ Should you need to modify your `$grid-breakpoints`, your changes will apply to a
 
 ## CSS variables
 
-Bootstrap 4 includes around two dozen [CSS custom properties (variables)](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_variables) in its compiled CSS. These provide easy access to commonly used values like our theme colors, breakpoints, and primary font stacks when working in your browser's Inspector, a code sandbox, or general prototyping.
+Bootstrap 4 includes around two dozen [CSS custom properties (variables)](https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties) in its compiled CSS. These provide easy access to commonly used values like our theme colors, breakpoints, and primary font stacks when working in your browser's Inspector, a code sandbox, or general prototyping.
 
 ### Available variables
 
index 470418bb887ef4a4cd361256086d29b18c1b44ed..e874e5f652bfce7364dcc37d85dd6a8515d94748 100644 (file)
@@ -7,7 +7,7 @@ aliases: "/docs/4.3/utilities/"
 toc: true
 ---
 
-The bootstrap utilities are generated with the utility API which can be used to change or extend Bootstraps utility classes. If you don't have any idea what sass maps are, you can consult the [official docs](https://sass-lang.com/documentation/file.SASS_REFERENCE.html#maps) to get started.
+The bootstrap utilities are generated with the utility API which can be used to change or extend Bootstraps utility classes. If you don't have any idea what Sass maps are, you can consult the [official docs](https://sass-lang.com/documentation/values/maps) to get started.
 
 The `$utilities` map contains all utilities and is later merged with your custom `$utilities` map if present. The utility map contains a keyed list of utility groups which accept the following options:
 
index 6c8701f689970b1d35983b35e137c5da3e9bb1af..303113da8a8e5d5db3e61bec50e99ec238de7db1 100644 (file)
@@ -32,7 +32,7 @@
   browser: >
     Edge
   summary: >
-    Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/Events/transitioncancel) when a CSS transition is canceled
+    Fire a [`transitioncancel` event](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement/transitioncancel_event) when a CSS transition is canceled
   upstream_bug: >
     UserVoice#15939898
   origin: >
index bdda9e4dc994b0ad465389c5e79b0e1a485dae82..250e2acee0fe5dfea1b6049ac02ebd90ac49a71c 100644 (file)
@@ -10,7 +10,7 @@ more:
   - name: Bytesize
     website: https://github.com/danklammer/bytesize-icons
   - name: Google Material icons
-    website: https://material.io/tools/icons/
+    website: https://material.io/resources/icons/
   - name: Ionicons
     website: https://ionicons.com/
   - name: Dripicons