From 10c64bdae867c0dcc808a68af12d551710baea8d Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 2 Apr 2018 14:55:58 +0300 Subject: Fix broken URI fragments and redirects. --- docs/4.0/about/overview.md | 2 +- docs/4.0/browser-bugs.md | 2 +- docs/4.0/components/dropdowns.md | 2 +- docs/4.0/components/modal.md | 4 ++-- docs/4.0/components/navbar.md | 2 +- docs/4.0/examples/navbars/index.html | 2 +- docs/4.0/getting-started/browsers-devices.md | 2 +- docs/4.0/getting-started/download.md | 2 +- docs/4.0/layout/grid.md | 6 +++--- docs/4.0/layout/media-object.md | 2 +- 10 files changed, 13 insertions(+), 13 deletions(-) (limited to 'docs') diff --git a/docs/4.0/about/overview.md b/docs/4.0/about/overview.md index 1c5386aa98..2d53dd9f1c 100644 --- a/docs/4.0/about/overview.md +++ b/docs/4.0/about/overview.md @@ -19,7 +19,7 @@ Originally created by a designer and a developer at Twitter, Bootstrap has becom Bootstrap was created at Twitter in mid-2010 by [@mdo](https://twitter.com/mdo) and [@fat](https://twitter.com/fat). Prior to being an open-sourced framework, Bootstrap was known as _Twitter Blueprint_. A few months into development, Twitter held its [first Hack Week](https://blog.twitter.com/2010/hack-week) and the project exploded as developers of all skill levels jumped in without any external guidance. It served as the style guide for internal tools development at the company for over a year before its public release, and continues to do so today. -Originally [released](https://blog.twitter.com/2011/bootstrap-from-twitter) on [](https://twitter.com/mdo/statuses/104620039650557952), we've since had over [twenty releases]({{ site.repo }}/releases), including two major rewrites with v2 and v3. With Bootstrap 2, we added responsive functionality to the entire framework as an optional stylesheet. Building on that with Bootstrap 3, we rewrote the library once more to make it responsive by default with a mobile first approach. +Originally [released](https://blog.twitter.com/developer/en_us/a/2011/bootstrap-twitter.html) on , we've since had over [twenty releases]({{ site.repo }}/releases), including two major rewrites with v2 and v3. With Bootstrap 2, we added responsive functionality to the entire framework as an optional stylesheet. Building on that with Bootstrap 3, we rewrote the library once more to make it responsive by default with a mobile first approach. With Bootstrap 4, we once again rewrote the project to account for two key architectural changes: a migration to Sass and the move to CSS's flexbox. Our intention is to help in a small way to move the web development community forward by pushing for newer CSS properties, fewer dependencies, and new technologies across more modern browsers. diff --git a/docs/4.0/browser-bugs.md b/docs/4.0/browser-bugs.md index d6d9115620..2340f90c29 100644 --- a/docs/4.0/browser-bugs.md +++ b/docs/4.0/browser-bugs.md @@ -10,7 +10,7 @@ We publicly list browser bugs that are impacting us here, in the hopes of expedi See also: -* [Chromium issue 536263: [meta] Issues affecting Bootstrap](https://code.google.com/p/chromium/issues/detail?id=536263) +* [Chromium issue 536263: [meta] Issues affecting Bootstrap](https://bugs.chromium.org/p/chromium/issues/detail?id=536263) * [Mozilla bug 1230801: Fix the issues that affect Bootstrap](https://bugzilla.mozilla.org/show_bug.cgi?id=1230801) * [WebKit bug 159753: [meta] Issues affecting Bootstrap](https://bugs.webkit.org/show_bug.cgi?id=159753) * [jQuery's browser bug workarounds](https://docs.google.com/document/d/1LPaPA30bLUB_publLIMF0RlhdnPx_ePXm7oW02iiT6o) diff --git a/docs/4.0/components/dropdowns.md b/docs/4.0/components/dropdowns.md index 417f816fb7..4ca2237841 100644 --- a/docs/4.0/components/dropdowns.md +++ b/docs/4.0/components/dropdowns.md @@ -16,7 +16,7 @@ If you're building our JavaScript from source, it [requires `util.js`]({{ site.b ## Accessibility -The [WAI ARIA](https://www.w3.org/TR/wai-aria/) standard defines an actual [`role="menu"` widget](https://www.w3.org/TR/wai-aria/roles#menu), but this is specific to application-like menus which trigger actions or functions. ARIA menus can only contain menu items, checkbox menu items, radio button menu items, radio button groups, and sub-menus. +The [WAI ARIA](https://www.w3.org/TR/wai-aria/) standard defines an actual [`role="menu"` widget](https://www.w3.org/WAI/PF/aria/roles#menu), but this is specific to application-like menus which trigger actions or functions. ARIA menus can only contain menu items, checkbox menu items, radio button menu items, radio button groups, and sub-menus. Bootstrap's dropdowns, on the other hand, are designed to be generic and applicable to a variety of situations and markup structures. For instance, it is possible to create dropdowns that contain additional inputs and form controls, such as search fields or login forms. For this reason, Bootstrap does not expect (nor automatically add) any of the `role` and `aria-` attributes required for true ARIA menus. Authors will have to include these more specific attributes themselves. diff --git a/docs/4.0/components/modal.md b/docs/4.0/components/modal.md index d4be8783af..3ed09170e1 100644 --- a/docs/4.0/components/modal.md +++ b/docs/4.0/components/modal.md @@ -508,7 +508,7 @@ Modals have two optional sizes, available via modifier classes to be placed on a