diff options
| author | XhmikosR <[email protected]> | 2019-08-14 22:40:46 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-14 22:40:46 +0300 |
| commit | 4b243de2c0af9325516cd435bd7e9cd4f6da313a (patch) | |
| tree | a7a85796b070bafb6642d13878aff334da092eee /site/data | |
| parent | 9a72d5c29ef3892407f5bf25d5e24241e6a7f9e5 (diff) | |
| download | bootstrap-4b243de2c0af9325516cd435bd7e9cd4f6da313a.tar.xz bootstrap-4b243de2c0af9325516cd435bd7e9cd4f6da313a.zip | |
Fix redirects. (#29254)
Diffstat (limited to 'site/data')
| -rw-r--r-- | site/data/browser-features.yml | 2 | ||||
| -rw-r--r-- | site/data/icons.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/site/data/browser-features.yml b/site/data/browser-features.yml index 6c8701f68..303113da8 100644 --- a/site/data/browser-features.yml +++ b/site/data/browser-features.yml @@ -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: > diff --git a/site/data/icons.yml b/site/data/icons.yml index bdda9e4dc..250e2acee 100644 --- a/site/data/icons.yml +++ b/site/data/icons.yml @@ -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 |
