Skip to content

Commit b654192

Browse files
committed
🐞 fix(datapackage): view URL
1 parent 608e510 commit b654192

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

csv/datapackage.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -201,14 +201,14 @@
201201
"resources": {
202202
"name": "view1a",
203203
"data": {
204-
"url": "https://raw.githubusercontent.com/readchina/ReadAct/2.0-RC-patch/csv/views/view01a_txt-titles.csv"
204+
"url": "https://raw.githubusercontent.com/readchina/ReadAct/master/csv/views/view01a_txt-titles.csv"
205205
},
206206
"specType": "vega-lite",
207207
"spec": {
208208
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
209209
"description": "Textual works by creator excluding unknowns",
210210
"data": {
211-
"url": "https://raw.githubusercontent.com/readchina/ReadAct/2.0-RC-patch/csv/views/view01a_txt-titles.csv"
211+
"url": "https://raw.githubusercontent.com/readchina/ReadAct/master/csv/views/view01a_txt-titles.csv"
212212
},
213213
"mark": {
214214
"type": "bar",
@@ -237,14 +237,14 @@
237237
"resources": {
238238
"name": "view1b",
239239
"data": {
240-
"url": "https://raw.githubusercontent.com/readchina/ReadAct/2.0-RC-patch/csv/views/view01b_art-titles.csv"
240+
"url": "https://raw.githubusercontent.com/readchina/ReadAct/master/csv/views/view01b_art-titles.csv"
241241
},
242242
"specType": "vega-lite",
243243
"spec": {
244244
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
245245
"description": "Non-textual works by creator excluding unknowns",
246246
"data": {
247-
"url": "https://raw.githubusercontent.com/readchina/ReadAct/2.0-RC-patch/csv/views/view01b_art-titles.csv"
247+
"url": "https://raw.githubusercontent.com/readchina/ReadAct/master/csv/views/view01b_art-titles.csv"
248248
},
249249
"mark": {
250250
"type": "bar",
@@ -273,14 +273,14 @@
273273
"resources": {
274274
"name": "view2",
275275
"data": {
276-
"url": "https://raw.githubusercontent.com/readchina/ReadAct/2.0-RC-patch/csv/views/view02_creator-matrix.csv"
276+
"url": "https://raw.githubusercontent.com/readchina/ReadAct/master/csv/views/view02_creator-matrix.csv"
277277
},
278278
"specType": "vega-lite",
279279
"spec": {
280280
"$schema": "https://vega.github.io/schema/vega-lite/v4.json",
281281
"description": "Reading Objects by creator excluding anonymous works",
282282
"data": {
283-
"url": "https://raw.githubusercontent.com/readchina/ReadAct/2.0-RC-patch/csv/views/view02_creator-matrix.csv"
283+
"url": "https://raw.githubusercontent.com/readchina/ReadAct/master/csv/views/view02_creator-matrix.csv"
284284
},
285285
"transform": [
286286
{
@@ -334,7 +334,7 @@
334334
"resources": {
335335
"name": "view4a",
336336
"data": {
337-
"url": "https://raw.githubusercontent.com/readchina/ReadAct/2.0-RC-patch/csv/views/view04a_rActs.json"
337+
"url": "https://raw.githubusercontent.com/readchina/ReadAct/master/csv/views/view04a_rActs.json"
338338
},
339339
"specType": "vega",
340340
"spec": {
@@ -438,15 +438,15 @@
438438
"data": [
439439
{
440440
"name": "node-data",
441-
"url": "https://raw.githubusercontent.com/readchina/ReadAct/2.0-RC-patch/csv/views/view04a_rActs.json",
441+
"url": "https://raw.githubusercontent.com/readchina/ReadAct/master/csv/views/view04a_rActs.json",
442442
"format": {
443443
"type": "json",
444444
"property": "nodes"
445445
}
446446
},
447447
{
448448
"name": "link-data",
449-
"url": "https://raw.githubusercontent.com/readchina/ReadAct/2.0-RC-patch/csv/views/view04a_rActs.json",
449+
"url": "https://raw.githubusercontent.com/readchina/ReadAct/master/csv/views/view04a_rActs.json",
450450
"format": {
451451
"type": "json",
452452
"property": "links"

0 commit comments

Comments
 (0)