Skip to content

Commit d8f089a

Browse files
committed
Update README Examples
Update the example links to reflect the transfer.
1 parent 0f82f12 commit d8f089a

File tree

1 file changed

+10
-13
lines changed

1 file changed

+10
-13
lines changed

README.md

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -114,35 +114,35 @@ Instead of the typical useless contrived example code, I have provided a handful
114114

115115
Want to play with the parser and maybe validate your CSV data without all the frills? No need to download the source first, there's a demo for that...
116116

117-
[jQuery-CSV - toArray()](http://evanplaice.github.io/jquery-csv/examples/to-array.html)
117+
[jQuery-CSV - toArray()](http://typeiii.github.io/jquery-csv/examples/to-array.html)
118118

119-
[jQuery-CSV - toArrays()](http://evanplaice.github.io/jquery-csv/examples/to-arrays.html)
119+
[jQuery-CSV - toArrays()](http://typeiii.github.io/jquery-csv/examples/to-arrays.html)
120120

121-
[jQuery-CSV - fromArrays()](http://evanplaice.github.io/jquery-csv/examples/from-arrays.html)
121+
[jQuery-CSV - fromArrays()](http://typeiii.github.io/jquery-csv/examples/from-arrays.html)
122122

123-
[jQuery-CSV - toObjects()](http://evanplaice.github.io/jquery-csv/examples/to-objects.html)
123+
[jQuery-CSV - toObjects()](http://typeiii.github.io/jquery-csv/examples/to-objects.html)
124124

125-
[jQuery-CSV - fromObjects()](http://evanplaice.github.io/jquery-csv/examples/from-objects.html)
125+
[jQuery-CSV - fromObjects()](http://typeiii.github.io/jquery-csv/examples/from-objects.html)
126126

127127
## Node.js ESM (EcmaScript Module) Import
128128

129129
Here's how to import jQuery-CSV as am ECMAScript module Node.js:
130130

131-
[jQuery-CSV - ESM Import Demonstration](http://evanplaice.github.io/jquery-csv/examples/snippets/esm-usage.js)
131+
[jQuery-CSV - ESM Import Demonstration](http://typeiii.github.io/jquery-csv/examples/snippets/esm-usage.js)
132132

133133
## Node.js CJS (CommonJS Module) Import
134134

135135
Here's how to import jQuery-CSV as CommonJS module Node.js:
136136

137-
[jQuery-CSV - CJS Import Demonstration](http://evanplaice.github.io/jquery-csv/examples/snippets/node-usage.js)
137+
[jQuery-CSV - CJS Import Demonstration](http://typeiii.github.io/jquery-csv/examples/snippets/node-usage.js)
138138

139139
## Client-Side File Handling
140140

141141
Yes, you read that right. It's now possible to open local files in the browser without firing a single request to the server.
142142

143143
The functionality is still pretty new so not all browsers support it (I'm looking @ you IE). If that's not an issue I highly suggest you try it. It's much easier than the traditional client/server approach.
144144

145-
[jQuery-CSV - File Handling Demonstration](http://evanplaice.github.io/jquery-csv/examples/file-handling.html)
145+
[jQuery-CSV - File Handling Demonstration](http://typeiii.github.io/jquery-csv/examples/file-handling.html)
146146

147147
## jQuery-CSV + Flot
148148

@@ -152,7 +152,7 @@ You can input the data set using either the text area provided or via uploading
152152

153153
Want to plot 5 data sets on the same grid, no problem; Just upload 5 files containing one dataset each. The jQuery-CSV will handle the plumbing while Flot will make it all look pretty.
154154

155-
[jQuery-CSV - Flot Demonstration](http://evanplaice.github.io/jquery-csv/examples/flot.html)
155+
[jQuery-CSV - Flot Demonstration](http://typeiii.github.io/jquery-csv/examples/flot.html)
156156

157157
## jQuery-CSV + Google Visualization API
158158

@@ -162,9 +162,6 @@ Don't want to draw a line graph, no problem you can tap into the massive collect
162162

163163
Warning: You may experience multiple spontaneous 'oh my got that's soo awesome' fits of excitement. Maybe even get stoked. Happens to the best us...
164164

165-
[jQuery-CSV - Google Visualization API Demonstration](http://evanplaice.github.io/jquery-csv/examples/google-visualization.html)
165+
[jQuery-CSV - Google Visualization API Demonstration](http://typeiii.github.io/jquery-csv/examples/google-visualization.html)
166166

167167
**jQuery-CSV** coding style is inherited from the [JQuery Core Style Guidelines](https://contribute.jquery.org/style-guide/)
168-
169-
by **Evan Plaice**
170-

0 commit comments

Comments
 (0)