Skip to content

Commit

Permalink
index.html: Update the URL of Vis.js
Browse files Browse the repository at this point in the history
The previous location wasn't available anymore so it had to be updated.
More details about it here: almende/vis#4259
  • Loading branch information
Kagamihime committed May 27, 2019
1 parent ca44956 commit e98a540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="utf-8">
<title>Matrix Visualisations</title>
<link rel="stylesheet" href="/style.css">
<script type="text/javascript" src="http://visjs.org/dist/vis.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.21.0/vis.min.js"></script>
</head>
<body>
<script src="/matrix-visualisations.js"></script>
Expand Down

0 comments on commit e98a540

Please sign in to comment.