diff options
author | Michał Gołębiowski <m.goleb@gmail.com> | 2016-05-20 22:16:17 +0200 |
---|---|---|
committer | Michał Gołębiowski <m.goleb@gmail.com> | 2016-05-20 22:16:17 +0200 |
commit | 63a303f7392fdb16bcf767f04cca27207b202b9f (patch) | |
tree | db4454de6534e9f4f4412e827fb9a772fb0d10d1 /.github/ISSUE_TEMPLATE.md | |
parent | cfa4bfbf2ab31bc81906f4f4a31a98dfed018e15 (diff) | |
download | jquery-63a303f7392fdb16bcf767f04cca27207b202b9f.tar.gz jquery-63a303f7392fdb16bcf767f04cca27207b202b9f.zip |
Docs: Use HTTPS URLs for jsfiddle & jsbin
Diffstat (limited to '.github/ISSUE_TEMPLATE.md')
-rw-r--r-- | .github/ISSUE_TEMPLATE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 5f7a9e5f1..a3c7d5b87 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -11,7 +11,7 @@ Bug Reports: * Which browsers are affected? Provide a *minimal* test case, see https://webkit.org/test-case-reduction/ Use the latest shipping version of jQuery in your test case! - We prefer test cases on http://jsbin.com or http://jsfiddle.net + We prefer test cases on https://jsbin.com or https://jsfiddle.net Frequently Reported Issues: * Selectors with '#' break: See https://github.com/jquery/jquery/issues/2824 |