aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2016-03-14 01:48:07 -0700
committerChris Rebert <[email protected]>2016-03-14 01:48:07 -0700
commit0cbcd6dfcac924454ede82ed2c0e2ee5a0370415 (patch)
treed6f959a653f5b5803c5f5e6e985a1de6124e1436 /docs/components
parent49d411058cb3fa0e6c40f65786191ca49941870f (diff)
parentb8fceb17a4091eef73fdae40990549b10e072451 (diff)
downloadbootstrap-0cbcd6dfcac924454ede82ed2c0e2ee5a0370415.tar.xz
bootstrap-0cbcd6dfcac924454ede82ed2c0e2ee5a0370415.zip
Merge pull request #19426 from twbs/ios-virt-keyboard
Remove iOS virtual keyboard bug section from docs
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/modal.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/modal.md b/docs/components/modal.md
index 1bbcd3fbf..f3c29dac6 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]({{ site.baseurl }}/getting-started/browsers-devices/#modals-navbars-and-virtual-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-and-dropdowns-on-mobile) for details.
{% endcallout %}
### Static example