Skip to content

Commit

Permalink
CDN: Use https
Browse files Browse the repository at this point in the history
  • Loading branch information
rht committed Feb 7, 2024
1 parent 5afd651 commit 98c3eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<html>
<head>
<title>SICP graph</title>
<script src="http://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/d3/3.4.11/d3.min.js"></script>
</head>
<body>
Expand Down

0 comments on commit 98c3eaa

Please sign in to comment.