diff options
| author | XhmikosR <[email protected]> | 2017-10-19 18:18:57 +0300 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-10-19 08:18:57 -0700 |
| commit | 1f43fe970bf7677cbd7f5856a375d45d58729793 (patch) | |
| tree | f0f2784f6a12c493dc741ac36cf78505b84a47be /docs/4.0/getting-started | |
| parent | d4e7090c2df26c3cd6b4159afc18a169c5af3284 (diff) | |
| download | bootstrap-1f43fe970bf7677cbd7f5856a375d45d58729793.tar.xz bootstrap-1f43fe970bf7677cbd7f5856a375d45d58729793.zip | |
Fix a few 404 and one redirected link. (#24432)
Diffstat (limited to 'docs/4.0/getting-started')
| -rw-r--r-- | docs/4.0/getting-started/accessibility.md | 2 | ||||
| -rw-r--r-- | docs/4.0/getting-started/build-tools.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/getting-started/accessibility.md b/docs/4.0/getting-started/accessibility.md index 09d51064e..0f9e87ae1 100644 --- a/docs/4.0/getting-started/accessibility.md +++ b/docs/4.0/getting-started/accessibility.md @@ -49,5 +49,5 @@ For visually hidden interactive controls, such as traditional "skip" links, `.sr - [The A11Y Project](http://a11yproject.com/) - [MDN accessibility documentation](https://developer.mozilla.org/en-US/docs/Web/Accessibility) - [Tenon.io Accessibility Checker](https://tenon.io/) -- [Colour Contrast Analyser (CCA)](https://www.paciellogroup.com/resources/contrastanalyser/) +- [Colour Contrast Analyser (CCA)](https://developer.paciellogroup.com/resources/contrastanalyser/) - ["HTML Codesniffer" bookmarklet for identifying accessibility issues](https://github.com/squizlabs/HTML_CodeSniffer) diff --git a/docs/4.0/getting-started/build-tools.md b/docs/4.0/getting-started/build-tools.md index 4eb37e312..3a569af24 100644 --- a/docs/4.0/getting-started/build-tools.md +++ b/docs/4.0/getting-started/build-tools.md @@ -46,7 +46,7 @@ Running our documentation locally requires the use of Jekyll, a decently flexibl 1. Run through the [tooling setup](#tooling-setup) above to install Jekyll (the site builder) and other Ruby dependencies with `bundle install`. 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Ă . +3. Open `http://localhost:9001` in your browser, and voilĂ . Learn more about using Jekyll by reading its [documentation](https://jekyllrb.com/docs/home/). |
