Skip to content

Commit

Permalink
Samples: replaced 'highcharts.sv' links with '.com'
Browse files Browse the repository at this point in the history
  • Loading branch information
goransle authored and TorsteinHonsi committed Feb 10, 2020
1 parent b326e71 commit 6b9fb7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions studies/3d/animation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<title>Something Something</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>

<script src="https://code.highcharts.sv/highcharts.js"></script>
<script src="https://code.highcharts.sv/highcharts-3d.src.js"></script>
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/highcharts-3d.src.js"></script>

<script>
$(function () {
Expand Down
2 changes: 1 addition & 1 deletion studies/hc4/01/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>HC4 Sample</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script src="https://code.highcharts.sv/highcharts.js"></script>
<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/map.js"></script>

<script src="map.js"></script>
Expand Down

0 comments on commit 6b9fb7d

Please sign in to comment.