Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 325c277

Browse files
committed
making old urls example urls
1 parent d9e64e5 commit 325c277

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/catalog-sample-extended.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"accessLevelComment": null,
3232
"distribution": [
3333
{
34-
"accessURL": "https://explore.data.gov/views/ykv5-fn9t/rows.csv?accessType=DOWNLOAD",
34+
"accessURL": "https://data.example_agency.gov/views/ykv5-fn9t/rows.csv?accessType=DOWNLOAD",
3535
"format": "text/csv"
3636
}
3737
],
38-
"webService": "http://explore.data.gov/api/views/ykv5-fn9t/rows.json",
38+
"webService": "http://data.example_agency.gov/api/views/ykv5-fn9t/rows.json",
3939
"license": "Public Domain",
4040
"spatial": "United States",
4141
"temporal": "2009-09-01T12:00:00Z/2010-05-31T12:00:00Z",
@@ -65,19 +65,19 @@
6565
"accessLevelComment": null,
6666
"distribution": [
6767
{
68-
"accessURL": "https://explore.data.gov/views/ykv5-fn9s/rows.csv?accessType=DOWNLOAD",
68+
"accessURL": "https://data.example_agency.gov/views/ykv5-fn9s/rows.csv?accessType=DOWNLOAD",
6969
"format": "text/csv"
7070
},
7171
{
72-
"accessURL": "https://explore.data.gov/views/ykv5-fn9s/rows.json?accessType=DOWNLOAD",
72+
"accessURL": "https://data.example_agency.gov/views/ykv5-fn9s/rows.json?accessType=DOWNLOAD",
7373
"format": "application/json"
7474
},
7575
{
76-
"accessURL": "https://explore.data.gov/views/ykv5-fn9s/rows.xml?accessType=DOWNLOAD",
76+
"accessURL": "https://data.example_agency.gov/views/ykv5-fn9s/rows.xml?accessType=DOWNLOAD",
7777
"format": "application/xml"
7878
}
7979
],
80-
"webService": "http://explore.data.gov/api/views/ykv5-fn9s/rows.json",
80+
"webService": "http://data.example_agency.gov/api/views/ykv5-fn9s/rows.json",
8181
"license": "Public Domain",
8282
"spatial": "United States",
8383
"temporal": "2008-09-01T12:00:00Z/2009-05-31T12:00:00Z",

0 commit comments

Comments
 (0)