diff options
| author | XhmikosR <[email protected]> | 2015-08-30 13:31:05 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2015-08-30 13:31:05 +0300 |
| commit | 8941bdfbda237bed621935cac439520eddc79150 (patch) | |
| tree | 15e8ccb3ca73f6f0cc235202bdfac873809cab98 /docs/_plugins/callout.rb | |
| parent | 8ad1f8ddbe94334845ff1a6bbcaa71c526bdb074 (diff) | |
| parent | 83283442125170dd55a875254245bd63255844b9 (diff) | |
| download | bootstrap-8941bdfbda237bed621935cac439520eddc79150.tar.xz bootstrap-8941bdfbda237bed621935cac439520eddc79150.zip | |
Merge pull request #17392 from twbs/v4-dev-xmr-https
Use `https` when possible.
Diffstat (limited to 'docs/_plugins/callout.rb')
| -rw-r--r-- | docs/_plugins/callout.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_plugins/callout.rb b/docs/_plugins/callout.rb index 536ca588e..0ed6687db 100644 --- a/docs/_plugins/callout.rb +++ b/docs/_plugins/callout.rb @@ -1,4 +1,4 @@ -# Source: http://stackoverflow.com/questions/19169849/how-to-get-markdown-processed-content-in-jekyll-tag-plugin +# Source: https://stackoverflow.com/questions/19169849/how-to-get-markdown-processed-content-in-jekyll-tag-plugin module Jekyll module Tags |
