diff options
| author | Mark Otto <[email protected]> | 2017-07-02 12:00:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-07-02 12:00:24 -0700 |
| commit | 67245a474f1826bd6ffc774d31209a4da968daf4 (patch) | |
| tree | 4b266d0dd760b0fa253dc92f0e1ce9f8ad272f9a /docs/4.0/content | |
| parent | ad15fc028095183ec5023d0ba1b7dffd93a5716d (diff) | |
| download | bootstrap-67245a474f1826bd6ffc774d31209a4da968daf4.tar.xz bootstrap-67245a474f1826bd6ffc774d31209a4da968daf4.zip | |
fix some busted links
Diffstat (limited to 'docs/4.0/content')
| -rw-r--r-- | docs/4.0/content/images.md | 2 | ||||
| -rw-r--r-- | docs/4.0/content/reboot.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/content/images.md b/docs/4.0/content/images.md index 7ef59b19d..aa6fe4bcc 100644 --- a/docs/4.0/content/images.md +++ b/docs/4.0/content/images.md @@ -38,7 +38,7 @@ In addition to our [border-radius utilities]({{ site.baseurl }}/docs/{{ site.doc ## Aligning images -Align images with the [helper float classes]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/embed/#responsive-floats) or [text alignment classes]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/text/#text-alignment). `block`-level images can be centered using [the `.mx-auto` margin utility class]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/spacing/#horizontal-centering). +Align images with the [helper float classes]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/utilities/float) or [text alignment classes]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/text/#text-alignment). `block`-level images can be centered using [the `.mx-auto` margin utility class]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/spacing/#horizontal-centering). <div class="bd-example bd-example-images"> <img data-src="holder.js/200x200" class="rounded float-left" alt="A generic square placeholder image with rounded corners"> diff --git a/docs/4.0/content/reboot.md b/docs/4.0/content/reboot.md index c4b82ab2f..7565bb41a 100644 --- a/docs/4.0/content/reboot.md +++ b/docs/4.0/content/reboot.md @@ -342,7 +342,7 @@ HTML5 adds [a new global attribute named `[hidden]`](https://developer.mozilla.o `[hidden]` is not compatible with jQuery's `$(...).hide()` and `$(...).show()` methods. This could potentially change in jQuery 3, but we're not holding our breath. Therefore, we don't currently especially endorse `[hidden]` over other techniques for managing the `display` of elements. {% endcallout %} -To merely toggle the visibility of an element, meaning its `display` is not modified and the element can still affect the flow of the document, use [the `.invisible` class]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/invisible-content/) instead. +To merely toggle the visibility of an element, meaning its `display` is not modified and the element can still affect the flow of the document, use [the `.invisible` class]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilities/visibility/) instead. ## Click delay optimization for touch |
