aboutsummaryrefslogtreecommitdiff
path: root/docs/utilities
diff options
context:
space:
mode:
authorBardi Harborow <[email protected]>2017-02-27 21:42:26 +1100
committerBardi Harborow <[email protected]>2017-02-27 21:51:26 +1100
commite8015e3f16e87c5ebaf6b10d9f627a1dc7f8fe65 (patch)
tree3d9df2538349da405e6dfa7837e5532ce07435f0 /docs/utilities
parent312522529ccdd9ff98bf95e1e4ec18910406e47e (diff)
downloadbootstrap-e8015e3f16e87c5ebaf6b10d9f627a1dc7f8fe65.tar.xz
bootstrap-e8015e3f16e87c5ebaf6b10d9f627a1dc7f8fe65.zip
Fix broken links.
Diffstat (limited to 'docs/utilities')
-rw-r--r--docs/utilities/responsive-helpers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/utilities/responsive-helpers.md b/docs/utilities/responsive-helpers.md
index 35e7fcf2f..0f1a43ee1 100644
--- a/docs/utilities/responsive-helpers.md
+++ b/docs/utilities/responsive-helpers.md
@@ -14,7 +14,7 @@ Rules are directly applied to `<iframe>`, `<embed>`, `<video>`, and `<object>` e
{% example html %}
<div class="embed-responsive embed-responsive-16by9">
- <iframe class="embed-responsive-item" src="//www.youtube.com/embed/zpOULjyy-n8?rel=0" allowfullscreen></iframe>
+ <iframe class="embed-responsive-item" src="https://www.youtube.com/embed/zpOULjyy-n8?rel=0" allowfullscreen></iframe>
</div>
{% endexample %}