Skip to content

Commit 79d6c15

Browse files
committed
Fix Demo links
1 parent 410cd68 commit 79d6c15

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

examples/file-handling.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<link href="https://fonts.googleapis.com/css?family=Lato|Roboto|Source+Code+Pro" rel="stylesheet">
44
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/monokai.min.css">
5-
<link rel="stylesheet" href="_demo.css">
5+
<link rel="stylesheet" href="https://raw.githubusercontent.com/evanplaice/jquery-csv/master/examples/_demo.css">
66
</head>
77

88
<body>
@@ -29,7 +29,7 @@ <h2>Result</h2>
2929

3030
<script src="http://code.jquery.com/jquery-3.3.1.slim.js" integrity="sha256-fNXJFIlca05BIO2Y5zh1xrShK3ME+/lYZ0j+ChxX2DA=" crossorigin="anonymous"></script>
3131
<script src="../src/jquery.csv.js"></script>
32-
<script src="_helpers.js"></script>
32+
<script src="https://raw.githubusercontent.com/evanplaice/jquery-csv/master/examples/_helpers.js"></script>
3333
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/highlight.min.js"></script>
3434
<script>
3535
// enable syntax highlighting

examples/flot.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<link href="https://fonts.googleapis.com/css?family=Lato|Roboto|Source+Code+Pro" rel="stylesheet">
44
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/monokai.min.css">
5-
<link rel="stylesheet" href="_demo.css">
5+
<link rel="stylesheet" href="https://raw.githubusercontent.com/evanplaice/jquery-csv/master/examples/_demo.css">
66
</head>
77

88
<body>
@@ -138,7 +138,7 @@ <h2>Data</h2>
138138

139139
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script> <script src="../src/jquery.csv.js"></script>
140140
<script src="https://cdnjs.cloudflare.com/ajax/libs/flot/0.8.3/jquery.flot.min.js"></script>
141-
<script src="_helpers.js"></script>
141+
<script src="https://raw.githubusercontent.com/evanplaice/jquery-csv/master/examples/_helpers.js"></script>
142142
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/highlight.min.js"></script>
143143
<script>
144144
// enable syntax highlighting

examples/from-arrays.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<link href="https://fonts.googleapis.com/css?family=Lato|Roboto|Source+Code+Pro" rel="stylesheet">
44
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/monokai.min.css">
5-
<link rel="stylesheet" href="_demo.css">
5+
<link rel="stylesheet" href="https://raw.githubusercontent.com/evanplaice/jquery-csv/master/examples/_demo.css">
66
</head>
77

88
<body>

examples/from-objects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<link href="https://fonts.googleapis.com/css?family=Lato|Roboto|Source+Code+Pro" rel="stylesheet">
44
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/monokai.min.css">
5-
<link rel="stylesheet" href="_demo.css">
5+
<link rel="stylesheet" href="https://raw.githubusercontent.com/evanplaice/jquery-csv/master/examples/_demo.css">
66
</head>
77

88
<body>

examples/google-visualization.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<link href="https://fonts.googleapis.com/css?family=Lato|Roboto|Source+Code+Pro" rel="stylesheet">
44
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/monokai.min.css">
5-
<link rel="stylesheet" href="_demo.css">
5+
<link rel="stylesheet" href="https://raw.githubusercontent.com/evanplaice/jquery-csv/master/examples/_demo.css">
66
</head>
77

88
<body>

examples/to-array.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<link href="https://fonts.googleapis.com/css?family=Lato|Roboto|Source+Code+Pro" rel="stylesheet">
44
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/monokai.min.css">
5-
<link rel="stylesheet" href="demo.css">
5+
<link rel="stylesheet" href="https://raw.githubusercontent.com/evanplaice/jquery-csv/master/examples/_demo.css">
66
</head>
77

88
<body>

examples/to-arrays.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<link href="https://fonts.googleapis.com/css?family=Lato|Roboto|Source+Code+Pro" rel="stylesheet">
44
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/monokai.min.css">
5-
<link rel="stylesheet" href="_demo.css">
5+
<link rel="stylesheet" href="https://raw.githubusercontent.com/evanplaice/jquery-csv/master/examples/_demo.css">
66
</head>
77

88
<body>

examples/to-objects.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
<link href="https://fonts.googleapis.com/css?family=Lato|Roboto|Source+Code+Pro" rel="stylesheet">
44
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/monokai.min.css">
5-
<link rel="stylesheet" href="_demo.css">
5+
<link rel="stylesheet" href="https://raw.githubusercontent.com/evanplaice/jquery-csv/master/examples/_demo.css">
66
</head>
77

88
<body>

0 commit comments

Comments
 (0)