diff options
| author | XhmikosR <[email protected]> | 2018-09-14 17:49:59 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-09-14 18:27:55 +0300 |
| commit | 0b97d1b0c43c42043cd4e97fe303ba08eb4b2b49 (patch) | |
| tree | 7ca54afc53555cdd1d936b93c07e4f01badffd3b /site/docs/4.1/getting-started | |
| parent | c6f7276729d49764aac500c0b160b0eddd11b9e0 (diff) | |
| download | bootstrap-0b97d1b0c43c42043cd4e97fe303ba08eb4b2b49.tar.xz bootstrap-0b97d1b0c43c42043cd4e97fe303ba08eb4b2b49.zip | |
Use https in more places and fix a few redirects.
Diffstat (limited to 'site/docs/4.1/getting-started')
| -rw-r--r-- | site/docs/4.1/getting-started/accessibility.md | 2 | ||||
| -rw-r--r-- | site/docs/4.1/getting-started/build-tools.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/site/docs/4.1/getting-started/accessibility.md b/site/docs/4.1/getting-started/accessibility.md index 5a0c0b0eb..d300a9ba9 100644 --- a/site/docs/4.1/getting-started/accessibility.md +++ b/site/docs/4.1/getting-started/accessibility.md @@ -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. diff --git a/site/docs/4.1/getting-started/build-tools.md b/site/docs/4.1/getting-started/build-tools.md index c26d9bdd0..fe12057a5 100644 --- a/site/docs/4.1/getting-started/build-tools.md +++ b/site/docs/4.1/getting-started/build-tools.md @@ -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 |
