diff options
| author | Heinrich Fenkart <[email protected]> | 2015-08-21 02:15:17 +0200 |
|---|---|---|
| committer | Heinrich Fenkart <[email protected]> | 2015-08-21 02:15:17 +0200 |
| commit | 66be25917a66a2cdb19a297a1ce7e5642357fc06 (patch) | |
| tree | 4786e3f674dc9cc9faa29ff78a24c1bcb2f1a435 /docs/content | |
| parent | 3895bfa3883fe9b06f87902906f6146533769997 (diff) | |
| download | bootstrap-66be25917a66a2cdb19a297a1ce7e5642357fc06.tar.xz bootstrap-66be25917a66a2cdb19a297a1ce7e5642357fc06.zip | |
Docs: various fixes
Mostly links.
Fixes #17056.
Diffstat (limited to 'docs/content')
| -rw-r--r-- | docs/content/figures.md | 2 | ||||
| -rw-r--r-- | docs/content/images.md | 2 | ||||
| -rw-r--r-- | docs/content/reboot.md | 2 | ||||
| -rw-r--r-- | docs/content/typography.md | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/content/figures.md b/docs/content/figures.md index ee7702d26..d8e2435fe 100644 --- a/docs/content/figures.md +++ b/docs/content/figures.md @@ -15,7 +15,7 @@ Use the included `.figure` and `.figure-caption` classes to provide some baselin </figure> {% endexample %} -Aligning the figure's caption is easy with our [text utilities](/components/utilities/#text-alignment). +Aligning the figure's caption is easy with our [text utilities]({{ site.baseurl }}/components/utilities/#text-alignment). {% example html %} <figure class="figure"> diff --git a/docs/content/images.md b/docs/content/images.md index 1b1bbdecc..a72f0041b 100644 --- a/docs/content/images.md +++ b/docs/content/images.md @@ -47,7 +47,7 @@ Add classes to an `<img>` element to easily style images in any project. ## Aligning images -Align images with the [helper float classes](/components/utilities/#floats) or [text alignment classes](/components/utilities/#text-alignment). A simple centering class can also be used for `block` level images. +Align images with the [helper float classes]({{ site.baseurl }}/components/utilities/#floats) or [text alignment classes]({{ site.baseurl }}/components/utilities/#text-alignment). A simple centering class can also be used for `block` level images. <div class="bd-example bd-example-images"> <img data-src="holder.js/200x200" class="img-rounded pull-left" alt="A generic square placeholder image with rounded corners"> diff --git a/docs/content/reboot.md b/docs/content/reboot.md index aff43c329..af2eab4a7 100644 --- a/docs/content/reboot.md +++ b/docs/content/reboot.md @@ -120,7 +120,7 @@ The `<pre>` element is reset to remove its `margin-top` and use `rem` units for ## Tables -Tables are slightly adjusted to style `<caption>`s and ensure consistent `text-align` throughout. Additional changes for borders, padding, and more come with [the `.table` class](/content/tables/). +Tables are slightly adjusted to style `<caption>`s and ensure consistent `text-align` throughout. Additional changes for borders, padding, and more come with [the `.table` class]({{ site.baseurl }}/content/tables/). <div class="bd-example"> <table> diff --git a/docs/content/typography.md b/docs/content/typography.md index ada3bc2b6..082a87ec9 100644 --- a/docs/content/typography.md +++ b/docs/content/typography.md @@ -4,7 +4,7 @@ title: Typography group: content --- -Bootstrap includes simple and easily customized typography for headings, body text, lists, and more. For even more control, check out the [textual utility classes](/components/utilities/). +Bootstrap includes simple and easily customized typography for headings, body text, lists, and more. For even more control, check out the [textual utility classes]({{ site.baseurl }}/components/utilities/). ## Contents |
