Skip to content

Commit 2284e05

Browse files
committed
chore: use https
1 parent 723ab97 commit 2284e05

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

demo/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@
4343
</div>
4444
<a class="github-url" href="https://github.com/hustcc/react-g2plot">react-g2plot</a>
4545

46-
<script src="https://unpkg.com/react@16/umd/react.production.min.js"></script>
47-
<script src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js"></script>
48-
<script src="http://unpkg.com/@antv/g2plot"></script>
46+
<script src="//unpkg.com/react@16/umd/react.production.min.js"></script>
47+
<script src="//unpkg.com/react-dom@16/umd/react-dom.production.min.js"></script>
48+
<script src="//unpkg.com/@antv/g2plot"></script>
4949
<script src="./demo.min.js" type="application/javascript"></script>
5050
</body>
5151
</html>

0 commit comments

Comments
 (0)