Skip to content

Commit 10c64bd

Browse files
committed
Fix broken URI fragments and redirects.
1 parent 95cdfa2 commit 10c64bd

21 files changed

+27
-27
lines changed

.github/CONTRIBUTING.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ restrictions:
2525
respect the opinions of others.
2626

2727
* Please **do not** post comments consisting solely of "+1" or ":thumbsup:".
28-
Use [GitHub's "reactions" feature](https://github.com/blog/2119-add-reactions-to-pull-requests-issues-and-comments)
28+
Use [GitHub's "reactions" feature](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)
2929
instead. We reserve the right to delete comments which violate this rule.
3030

3131
* Please **do not** open issues regarding the official themes offered on <https://themes.getbootstrap.com/>.
@@ -105,8 +105,8 @@ When feasible, we aim to report such upstream bugs to the relevant browser vendo
105105
| Vendor(s) | Browser(s) | Rendering engine | Bug reporting website(s) | Notes |
106106
| ------------- | ---------------------------- | ---------------- | ------------------------------------------------------------------------------------- | -------------------------------------------------------- |
107107
| Mozilla | Firefox | Gecko | https://bugzilla.mozilla.org/enter_bug.cgi | "Core" is normally the right product option to choose. |
108-
| Apple | Safari | WebKit | https://bugs.webkit.org/enter_bug.cgi?product=WebKit <br> https://bugreport.apple.com | In Apple's bug reporter, choose "Safari" as the product. |
109-
| Google, Opera | Chrome, Chromium, Opera v15+ | Blink | https://code.google.com/p/chromium/issues/list | Click the "New issue" button. |
108+
| Apple | Safari | WebKit | https://bugs.webkit.org/enter_bug.cgi?product=WebKit <br> https://bugreport.apple.com/ | In Apple's bug reporter, choose "Safari" as the product. |
109+
| Google, Opera | Chrome, Chromium, Opera v15+ | Blink | https://bugs.chromium.org/p/chromium/issues/list | Click the "New issue" button. |
110110
| Microsoft | Edge | EdgeHTML | https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/ | |
111111

112112
### Issues bots

assets/js/src/application.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// ++++++++++++++++++++++++++++++++++++++++++
44

55
/*!
6-
* JavaScript for Bootstrap's docs (https://getbootstrap.com)
6+
* JavaScript for Bootstrap's docs (https://getbootstrap.com/)
77
* Copyright 2011-2018 The Bootstrap Authors
88
* Copyright 2011-2018 Twitter, Inc.
99
* Licensed under the Creative Commons Attribution 3.0 Unported License. For

assets/scss/docs.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap Docs (https://getbootstrap.com)
2+
* Bootstrap Docs (https://getbootstrap.com/)
33
* Copyright 2011-2018 The Bootstrap Authors
44
* Copyright 2011-2018 Twitter, Inc.
55
* Licensed under the Creative Commons Attribution 3.0 Unported License. For

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"framework",
1212
"web"
1313
],
14-
"homepage": "https://getbootstrap.com",
14+
"homepage": "https://getbootstrap.com/",
1515
"authors": [
1616
{
1717
"name": "Mark Otto",

docs/4.0/about/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Originally created by a designer and a developer at Twitter, Bootstrap has becom
1919

2020
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.
2121

22-
Originally [released](https://blog.twitter.com/2011/bootstrap-from-twitter) on [<time datetime="2011-08-19 11:25">Friday, August 19, 2011</time>](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.
22+
Originally [released](https://blog.twitter.com/developer/en_us/a/2011/bootstrap-twitter.html) on <time datetime="2011-08-19 11:25">Friday, August 19, 2011</time>, 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.
2323

2424
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.
2525

docs/4.0/browser-bugs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ We publicly list browser bugs that are impacting us here, in the hopes of expedi
1010

1111
See also:
1212

13-
* [Chromium issue 536263: [meta] Issues affecting Bootstrap](https://code.google.com/p/chromium/issues/detail?id=536263)
13+
* [Chromium issue 536263: [meta] Issues affecting Bootstrap](https://bugs.chromium.org/p/chromium/issues/detail?id=536263)
1414
* [Mozilla bug 1230801: Fix the issues that affect Bootstrap](https://bugzilla.mozilla.org/show_bug.cgi?id=1230801)
1515
* [WebKit bug 159753: [meta] Issues affecting Bootstrap](https://bugs.webkit.org/show_bug.cgi?id=159753)
1616
* [jQuery's browser bug workarounds](https://docs.google.com/document/d/1LPaPA30bLUB_publLIMF0RlhdnPx_ePXm7oW02iiT6o)

docs/4.0/components/dropdowns.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ If you're building our JavaScript from source, it [requires `util.js`]({{ site.b
1616

1717
## Accessibility
1818

19-
The [<abbr title="Web Accessibility Initiative">WAI</abbr> <abbr title="Accessible Rich Internet Applications">ARIA</abbr>](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. <abbr title="Accessible Rich Internet Applications">ARIA</abbr> menus can only contain menu items, checkbox menu items, radio button menu items, radio button groups, and sub-menus.
19+
The [<abbr title="Web Accessibility Initiative">WAI</abbr> <abbr title="Accessible Rich Internet Applications">ARIA</abbr>](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. <abbr title="Accessible Rich Internet Applications">ARIA</abbr> menus can only contain menu items, checkbox menu items, radio button menu items, radio button groups, and sub-menus.
2020

2121
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 <abbr title="Accessible Rich Internet Applications">ARIA</abbr> menus. Authors will have to include these more specific attributes themselves.
2222

docs/4.0/components/modal.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ Modals have two optional sizes, available via modifier classes to be placed on a
508508
<div class="modal-content">
509509

510510
<div class="modal-header">
511-
<h4 class="modal-title" id="myLargeModalLabel">Large modal</h4>
511+
<h5 class="modal-title h4" id="myLargeModalLabel">Large modal</h5>
512512
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
513513
<span aria-hidden="true">&times;</span>
514514
</button>
@@ -524,7 +524,7 @@ Modals have two optional sizes, available via modifier classes to be placed on a
524524
<div class="modal-dialog modal-sm">
525525
<div class="modal-content">
526526
<div class="modal-header">
527-
<h4 class="modal-title" id="mySmallModalLabel">Small modal</h4>
527+
<h5 class="modal-title h4" id="mySmallModalLabel">Small modal</h5>
528528
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
529529
<span aria-hidden="true">&times;</span>
530530
</button>

docs/4.0/components/navbar.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ Sometimes you want to use the collapse plugin to trigger hidden content elsewher
565565
<div class="pos-f-t">
566566
<div class="collapse" id="navbarToggleExternalContent">
567567
<div class="bg-dark p-4">
568-
<h4 class="text-white">Collapsed content</h4>
568+
<h5 class="text-white h4">Collapsed content</h5>
569569
<span class="text-muted">Toggleable via the navbar brand.</span>
570570
</div>
571571
</div>

docs/4.0/examples/navbars/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@
326326
<div class="jumbotron">
327327
<div class="col-sm-8 mx-auto">
328328
<h1>Navbar examples</h1>
329-
<p>This example is a quick exercise to illustrate how the navbar and its contents work. Some navbars extend the width of the viewport, others are confined within a <code>.container</code>. For positioning of navbars, checkout the <a href="../navbar-top/">top</a> and <a href="../navbar-top-fixed/">fixed top</a> examples.</p>
329+
<p>This example is a quick exercise to illustrate how the navbar and its contents work. Some navbars extend the width of the viewport, others are confined within a <code>.container</code>. For positioning of navbars, checkout the <a href="../navbar-static/">top</a> and <a href="../navbar-fixed/">fixed top</a> examples.</p>
330330
<p>At the smallest breakpoint, the collapse plugin is used to hide the links and show a menu button to toggle the collapsed content.</p>
331331
<p>
332332
<a class="btn btn-primary" href="../../components/navbar/" role="button">View navbar docs &raquo;</a>

docs/4.0/getting-started/browsers-devices.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Similarly, the latest versions of most desktop browsers are supported.
112112
</tbody>
113113
</table>
114114

115-
For Firefox, in addition to the latest normal stable release, we also support the latest [Extended Support Release (ESR)](https://www.mozilla.org/en-US/firefox/organizations/faq/) version of Firefox.
115+
For Firefox, in addition to the latest normal stable release, we also support the latest [Extended Support Release (ESR)](https://www.mozilla.org/en-US/firefox/organizations/#faq) version of Firefox.
116116

117117
Unofficially, Bootstrap should look and behave well enough in Chromium and Chrome for Linux, Firefox for Linux, and Internet Explorer 9, though they are not officially supported.
118118

docs/4.0/getting-started/download.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ toc: true
1010

1111
Download ready-to-use compiled code for **Bootstrap v{{ site.current_version}}** to easily drop into your project, which includes:
1212

13-
- Compiled and minified CSS bundles (see [CSS files comparison]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/contents/#comparison-of-css-files))
13+
- Compiled and minified CSS bundles (see [CSS files comparison]({{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/contents/#css-files))
1414
- Compiled and minified JavaScript plugins
1515

1616
This doesn't include documentation, source files, or any optional JavaScript dependencies (jQuery and Popper.js).

docs/4.0/layout/grid.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ toc: true
88

99
## How it works
1010

11-
Bootstrap's grid system uses a series of containers, rows, and columns to layout and align content. It's built with [flexbox](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes) and is fully responsive. Below is an example and an in-depth look at how the grid comes together.
11+
Bootstrap's grid system uses a series of containers, rows, and columns to layout and align content. It's built with [flexbox](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Flexible_Box_Layout/Basic_Concepts_of_Flexbox) and is fully responsive. Below is an example and an in-depth look at how the grid comes together.
1212

1313
**New to or unfamiliar with flexbox?** [Read this CSS Tricks flexbox guide](https://css-tricks.com/snippets/css/a-guide-to-flexbox/#flexbox-background) for background, terminology, guidelines, and code snippets.
1414

@@ -46,7 +46,7 @@ Breaking it down, here's how it works:
4646
- Grid breakpoints are based on minimum width media queries, meaning **they apply to that one breakpoint and all those above it** (e.g., `.col-sm-4` applies to small, medium, large, and extra large devices, but not the first `xs` breakpoint).
4747
- You can use predefined grid classes (like `.col-4`) or [Sass mixins](#sass-mixins) for more semantic markup.
4848

49-
Be aware of the limitations and [bugs around flexbox](https://github.com/philipwalton/flexbugs), like the [inability to use some HTML elements as flex containers](https://github.com/philipwalton/flexbugs#9-some-html-elements-cant-be-flex-containers).
49+
Be aware of the limitations and [bugs around flexbox](https://github.com/philipwalton/flexbugs), like the [inability to use some HTML elements as flex containers](https://github.com/philipwalton/flexbugs#flexbug-9).
5050

5151
## Grid options
5252

@@ -151,7 +151,7 @@ For example, here are two grid layouts that apply to every device and viewport,
151151
{% include example.html content=example %}
152152
</div>
153153

154-
Equal-width columns can be broken into multiple lines, but there was a [Safari flexbox bug](https://github.com/philipwalton/flexbugs#11-min-and-max-size-declarations-are-ignored-when-wrapping-flex-items) that prevented this from working without an explicit `flex-basis` or `border`. There are workarounds for older browser versions, but they shouldn't be necessary if you're up-to-date.
154+
Equal-width columns can be broken into multiple lines, but there was a [Safari flexbox bug](https://github.com/philipwalton/flexbugs#flexbug-11) that prevented this from working without an explicit `flex-basis` or `border`. There are workarounds for older browser versions, but they shouldn't be necessary if you're up-to-date.
155155

156156
<div class="bd-example-row">
157157
{% capture example %}

docs/4.0/layout/media-object.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Below is an example of a single media object. Only two classes are required—th
2828

2929
Internet Explorer 10-11 do not render inline elements like links or images (or `::before` and `::after` pseudo-elements) as flex items. The only workaround is to set a non-inline `display` value (e.g., `block`, `inline-block`, or `flex`). We suggest using `.d-flex`, one of our [display utilities]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/display/), as an easy fix.
3030

31-
**Source:** [Flexbugs on GitHub](https://github.com/philipwalton/flexbugs#12-inline-elements-are-not-treated-as-flex-items)
31+
**Source:** [Flexbugs on GitHub](https://github.com/philipwalton/flexbugs#flexbug-12)
3232
{% endcapture %}
3333
{% include callout.html content=callout type="warning" %}
3434

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ <h3>Installation</h3>
4545
{% endhighlight %}
4646

4747
<hr class="half-rule">
48-
<a class="btn btn-outline-primary" href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download">Read installation docs</a>
48+
<a class="btn btn-outline-primary" href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download/">Read installation docs</a>
4949
</div>
5050

5151
<div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white">

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"framework",
1212
"web"
1313
],
14-
"homepage": "https://getbootstrap.com",
14+
"homepage": "https://getbootstrap.com/",
1515
"author": "The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)",
1616
"contributors": [
1717
"Twitter, Inc."

scss/_card.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153

154154
.card {
155155
display: flex;
156-
// Flexbugs #4: https://github.com/philipwalton/flexbugs#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored
156+
// Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4
157157
flex: 1 0 0%;
158158
flex-direction: column;
159159
margin-right: $card-deck-margin;
@@ -183,7 +183,7 @@
183183
// The child selector allows nested `.card` within `.card-group`
184184
// to display properly.
185185
> .card {
186-
// Flexbugs #4: https://github.com/philipwalton/flexbugs#4-flex-shorthand-declarations-with-unitless-flex-basis-values-are-ignored
186+
// Flexbugs #4: https://github.com/philipwalton/flexbugs#flexbug-4
187187
flex: 1 0 0%;
188188
margin-bottom: 0;
189189

scss/_print.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
*::before,
1515
*::after {
1616
// Bootstrap specific; comment out `color` and `background`
17-
//color: $black !important; // Black prints faster: http://www.sanbeiji.com/archives/953
17+
//color: $black !important; // Black prints faster
1818
text-shadow: none !important;
1919
//background: transparent !important;
2020
box-shadow: none !important;

scss/bootstrap-grid.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap Grid v4.0.0 (https://getbootstrap.com)
2+
* Bootstrap Grid v4.0.0 (https://getbootstrap.com/)
33
* Copyright 2011-2018 The Bootstrap Authors
44
* Copyright 2011-2018 Twitter, Inc.
55
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

scss/bootstrap-reboot.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
2+
* Bootstrap Reboot v4.0.0 (https://getbootstrap.com/)
33
* Copyright 2011-2018 The Bootstrap Authors
44
* Copyright 2011-2018 Twitter, Inc.
55
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

scss/bootstrap.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Bootstrap v4.0.0 (https://getbootstrap.com)
2+
* Bootstrap v4.0.0 (https://getbootstrap.com/)
33
* Copyright 2011-2018 The Bootstrap Authors
44
* Copyright 2011-2018 Twitter, Inc.
55
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)

0 commit comments

Comments
 (0)