From 66be25917a66a2cdb19a297a1ce7e5642357fc06 Mon Sep 17 00:00:00 2001 From: Heinrich Fenkart Date: Fri, 21 Aug 2015 02:15:17 +0200 Subject: [PATCH] Docs: various fixes Mostly links. Fixes #17056. --- docs/browser-bugs.md | 2 +- docs/components/button-dropdown.md | 2 +- docs/components/button-group.md | 2 +- docs/components/card.md | 4 ++-- docs/components/forms.md | 2 +- docs/components/modal.md | 2 +- docs/components/navs.md | 4 ++-- docs/components/popovers.md | 4 ++-- docs/components/scrollspy.md | 2 +- docs/components/utilities.md | 6 +++++- docs/content/figures.md | 2 +- docs/content/images.md | 2 +- docs/content/reboot.md | 2 +- docs/content/typography.md | 2 +- docs/getting-started/browsers-devices.md | 2 +- docs/getting-started/download.md | 2 +- docs/getting-started/flexbox.md | 2 +- docs/getting-started/introduction.md | 2 +- docs/layout/grid.md | 2 +- 19 files changed, 26 insertions(+), 22 deletions(-) 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 %}
@@ -328,7 +328,7 @@ Use card groups to render cards as a single, attached element with equal width a Need a set of equal width and height cards that aren't attached to one another? Use card decks. By default, card decks require two wrapping elements: `.card-deck-wrapper` and a `.card-deck`. We use table styles for the sizing and the gutters on `.card-deck`. The `.card-deck-wrapper` is used to negative margin out the `border-spacing` on the `.card-deck`. -**ProTip!** If you enable [flexbox mode](/layout/flexbox), you can remove the `.card-deck-wrapper`. +**ProTip!** If you enable [flexbox mode]({{ site.baseurl }}/getting-started/flexbox/), you can remove the `.card-deck-wrapper`. {% example html %}
diff --git a/docs/components/forms.md b/docs/components/forms.md index 175927aa8e..2f3ba4c836 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -13,7 +13,7 @@ Bootstrap provides several form control styles, layout options, and custom compo ## Form controls -Bootstrap's form controls expand on [our Rebooted form styles](/components/reboot/#forms) with classes. Use these classes to opt into their customized displays for a more consistent rendering across browsers and devices. The example form below demonstrates common HTML form elements that receive updated styles from Bootstrap with additional classes. +Bootstrap's form controls expand on [our Rebooted form styles]({{ site.baseurl }}/components/reboot/#forms) with classes. Use these classes to opt into their customized displays for a more consistent rendering across browsers and devices. The example form below demonstrates common HTML form elements that receive updated styles from Bootstrap with additional classes. Remember, since Bootstrap utilizes the HTML5 doctype, **all inputs must have a `type` attribute**. diff --git a/docs/components/modal.md b/docs/components/modal.md index 80b86c1165..1e24baf5b5 100644 --- a/docs/components/modal.md +++ b/docs/components/modal.md @@ -34,7 +34,7 @@ Always try to place a modal's HTML code in a top-level position in your document {% callout warning %} #### Mobile device caveats -There are some caveats regarding using modals on mobile devices. [See our browser support docs](../getting-started/#support-fixed-position-keyboards) for details. +There are some caveats regarding using modals on mobile devices. [See our browser support docs]({{ site.baseurl }}/getting-started/browsers-devices/#modals-navbars-and-virtual-keyboards) for details. {% endcallout %} ### Static example diff --git a/docs/components/navs.md b/docs/components/navs.md index 486b594331..bfc5bc4990 100644 --- a/docs/components/navs.md +++ b/docs/components/navs.md @@ -49,7 +49,7 @@ Classes are used throughout, so your markup can be super flexible. Use `
    `s l ## Tabs -Takes the basic nav from above and adds the `.nav-tabs` class to generate a tabbed interface. Use them to create tabbable regions with our [tab JavaScript plugin](../javascript/tabs). +Takes the basic nav from above and adds the `.nav-tabs` class to generate a tabbed interface. Use them to create tabbable regions with our [tab JavaScript plugin](#javascript-behavior). {% example html %}