aboutsummaryrefslogtreecommitdiff
path: root/docs/components/modal.md
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2015-08-30 13:31:05 +0300
committerXhmikosR <[email protected]>2015-08-30 13:31:05 +0300
commit8941bdfbda237bed621935cac439520eddc79150 (patch)
tree15e8ccb3ca73f6f0cc235202bdfac873809cab98 /docs/components/modal.md
parent8ad1f8ddbe94334845ff1a6bbcaa71c526bdb074 (diff)
parent83283442125170dd55a875254245bd63255844b9 (diff)
downloadbootstrap-8941bdfbda237bed621935cac439520eddc79150.tar.xz
bootstrap-8941bdfbda237bed621935cac439520eddc79150.zip
Merge pull request #17392 from twbs/v4-dev-xmr-https
Use `https` when possible.
Diffstat (limited to 'docs/components/modal.md')
-rw-r--r--docs/components/modal.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/components/modal.md b/docs/components/modal.md
index 2b28c1998..c4869255b 100644
--- a/docs/components/modal.md
+++ b/docs/components/modal.md
@@ -180,7 +180,7 @@ Additionally, you may give a description of your modal dialog with `aria-describ
{% callout info %}
#### Embedding YouTube videos
-Embedding YouTube videos in modals requires additional JavaScript not in Bootstrap to automatically stop playback and more. [See this helpful Stack Overflow post](http://stackoverflow.com/questions/18622508/bootstrap-3-and-youtube-in-modal) for more information.
+Embedding YouTube videos in modals requires additional JavaScript not in Bootstrap to automatically stop playback and more. [See this helpful Stack Overflow post](https://stackoverflow.com/questions/18622508/bootstrap-3-and-youtube-in-modal) for more information.
{% endcallout %}
## Optional sizes
@@ -316,7 +316,7 @@ To take advantage of the Bootstrap grid system within a modal, just nest `.conta
## Varying modal content based on trigger button
-Have a bunch of buttons that all trigger the same modal, just with slightly different contents? Use `event.relatedTarget` and [HTML `data-*` attributes](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_data_attributes) (possibly [via jQuery](http://api.jquery.com/data/)) to vary the contents of the modal depending on which button was clicked. See the Modal Events docs for details on `relatedTarget`.
+Have a bunch of buttons that all trigger the same modal, just with slightly different contents? Use `event.relatedTarget` and [HTML `data-*` attributes](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_data_attributes) (possibly [via jQuery](https://api.jquery.com/data/)) to vary the contents of the modal depending on which button was clicked. See the Modal Events docs for details on `relatedTarget`.
{% example html %}
<div class="bd-example">