Skip to content

Commit 462c703

Browse files
crccheckbcoe
authored andcommitted
fix: use https for ajax.googleapis.com to get jQuery (#41)
1 parent 76ad50b commit 462c703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_layouts/docs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>yargs</title>
99

1010
<!-- Flatdoc -->
11-
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
11+
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
1212
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/legacy.js'></script>
1313
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/flatdoc.js'></script>
1414

0 commit comments

Comments
 (0)