From b5fb84a91d43d5178c3a6732355f346fdc3a113c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 17 Sep 2020 20:01:04 +0300 Subject: docs: fix a few redirects (#31689) * Fix GitHub's permanent redirects * Fix a11yproject redirects * Update postcss-loader repo URL to the current one --- site/content/docs/5.0/getting-started/accessibility.md | 2 +- site/content/docs/5.0/getting-started/webpack.md | 2 +- site/layouts/_default/docs.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'site') diff --git a/site/content/docs/5.0/getting-started/accessibility.md b/site/content/docs/5.0/getting-started/accessibility.md index 022efcc20..150c80d65 100644 --- a/site/content/docs/5.0/getting-started/accessibility.md +++ b/site/content/docs/5.0/getting-started/accessibility.md @@ -50,7 +50,7 @@ Bootstrap includes support for the [`prefers-reduced-motion` media feature](http ## Additional resources - [Web Content Accessibility Guidelines (WCAG) 2.1](https://www.w3.org/TR/WCAG21/) -- [The A11Y Project](https://a11yproject.com/) +- [The A11Y Project](https://www.a11yproject.com/) - [MDN accessibility documentation](https://developer.mozilla.org/en-US/docs/Web/Accessibility) - [Tenon.io Accessibility Checker](https://tenon.io/) - [Color Contrast Analyser (CCA)](https://developer.paciellogroup.com/resources/contrastanalyser/) diff --git a/site/content/docs/5.0/getting-started/webpack.md b/site/content/docs/5.0/getting-started/webpack.md index 10e536bbf..c67152f8d 100644 --- a/site/content/docs/5.0/getting-started/webpack.md +++ b/site/content/docs/5.0/getting-started/webpack.md @@ -42,7 +42,7 @@ First, create your own `_custom.scss` and use it to override the [built-in custo @import "~bootstrap/scss/bootstrap"; {{< /highlight >}} -For Bootstrap to compile, make sure you install and use the required loaders: [sass-loader](https://github.com/webpack-contrib/sass-loader), [postcss-loader](https://github.com/postcss/postcss-loader) with [Autoprefixer](https://github.com/postcss/autoprefixer#webpack). With minimal setup, your webpack config should include this rule or similar: +For Bootstrap to compile, make sure you install and use the required loaders: [sass-loader](https://github.com/webpack-contrib/sass-loader), [postcss-loader](https://github.com/webpack-contrib/postcss-loader) with [Autoprefixer](https://github.com/postcss/autoprefixer#webpack). With minimal setup, your webpack config should include this rule or similar: {{< highlight js >}} ... diff --git a/site/layouts/_default/docs.html b/site/layouts/_default/docs.html index 5d390a5f8..d54e2a9fd 100644 --- a/site/layouts/_default/docs.html +++ b/site/layouts/_default/docs.html @@ -17,7 +17,7 @@
- View on GitHub + View on GitHub

{{ .Title | markdownify }}

{{ .Page.Params.Description | markdownify }}

-- cgit v1.2.3