diff --git a/docs/browser-bugs.md b/docs/browser-bugs.md index c41f198254..091dbc4380 100644 --- a/docs/browser-bugs.md +++ b/docs/browser-bugs.md @@ -6,7 +6,7 @@ group: browser-bugs Bootstrap currently works around several outstanding browser bugs in major browsers to deliver the best cross-browser experience possible. Some bugs, like those listed below, cannot be solved by us. -We publicly list browser bugs that are impacting us here, in the hopes of expediting the process of fixing them. For information on Bootstrap's browser compatibility, [see our browser compatibility docs](../getting-started/#support). +We publicly list browser bugs that are impacting us here, in the hopes of expediting the process of fixing them. For information on Bootstrap's browser compatibility, [see our browser compatibility docs]({{ site.baseurl }}/getting-started/browsers-devices/#supported-browsers). Also see [jQuery's browser bug workarounds](https://docs.google.com/document/d/1LPaPA30bLUB_publLIMF0RlhdnPx_ePXm7oW02iiT6o). diff --git a/docs/components/button-dropdown.md b/docs/components/button-dropdown.md index 87626136ac..e2aa98df37 100644 --- a/docs/components/button-dropdown.md +++ b/docs/components/button-dropdown.md @@ -9,7 +9,7 @@ Use any button to trigger a dropdown menu by placing it within a `.btn-group` an {% callout danger %} #### Plugin dependency -Button dropdowns require the [dropdown plugin](../javascript/#dropdowns) to be included in your version of Bootstrap. +Button dropdowns require the [dropdown plugin]({{ site.baseurl }}/components/dropdowns/) to be included in your version of Bootstrap. {% endcallout %} ## Contents diff --git a/docs/components/button-group.md b/docs/components/button-group.md index 12c472b080..5f78863033 100644 --- a/docs/components/button-group.md +++ b/docs/components/button-group.md @@ -4,7 +4,7 @@ title: Button group group: components --- -Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with [our buttons plugin](../javascript/#buttons). +Group a series of buttons together on a single line with the button group. Add on optional JavaScript radio and checkbox style behavior with [our buttons plugin]({{ site.baseurl }}/components/buttons/#button-plugin). ## Contents diff --git a/docs/components/card.md b/docs/components/card.md index fc5032761e..d8205d49ee 100644 --- a/docs/components/card.md +++ b/docs/components/card.md @@ -293,7 +293,7 @@ Cards include their own variant classes for quickly changing the `background-col ## Groups -Use card groups to render cards as a single, attached element with equal width and height columns. By default, card groups use `display: table;` and `table-layout: fixed;` to achieve their uniform sizing. However, enabling [flexbox mode](/getting-started/flexbox) can switch that to use `display: flex;` and provide the same effect. +Use card groups to render cards as a single, attached element with equal width and height columns. By default, card groups use `display: table;` and `table-layout: fixed;` to achieve their uniform sizing. However, enabling [flexbox mode]({{ site.baseurl }}/getting-started/flexbox) can switch that to use `display: flex;` and provide the same effect. {% example html %}