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

Commit 3978af6

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

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/catalog-sample.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
"bureauCode": "018:10",
2929
"programCode": "018:001",
3030
"accessLevelComment": "",
31-
"accessURL": "https://explore.data.gov/views/ykv5-fn9t/rows.csv?accessType=DOWNLOAD",
31+
"accessURL": "https://data.example_agency.gov/views/ykv5-fn9t/rows.csv?accessType=DOWNLOAD",
3232
"format": "text/csv",
33-
"webService": "http://explore.data.gov/api/views/ykv5-fn9t/rows.json",
33+
"webService": "http://data.example_agency.gov/api/views/ykv5-fn9t/rows.json",
3434
"license": "Public Domain",
3535
"spatial": "United States",
3636
"temporal": "2009-09-01T12:00:00Z/2010-05-31T12:00:00Z"
@@ -50,19 +50,19 @@
5050
"accessLevelComment": "",
5151
"distribution": [
5252
{
53-
"accessURL": "https://explore.data.gov/views/ykv5-fn9s/rows.csv?accessType=DOWNLOAD",
53+
"accessURL": "https://data.example_agency.gov/views/ykv5-fn9s/rows.csv?accessType=DOWNLOAD",
5454
"format": "text/csv"
5555
},
5656
{
57-
"accessURL": "https://explore.data.gov/views/ykv5-fn9s/rows.json?accessType=DOWNLOAD",
57+
"accessURL": "https://data.example_agency.gov/views/ykv5-fn9s/rows.json?accessType=DOWNLOAD",
5858
"format": "application/json"
5959
},
6060
{
61-
"accessURL": "https://explore.data.gov/views/ykv5-fn9s/rows.xml?accessType=DOWNLOAD",
61+
"accessURL": "https://data.example_agency.gov/views/ykv5-fn9s/rows.xml?accessType=DOWNLOAD",
6262
"format": "application/xml"
6363
}
6464
],
65-
"webService": "http://explore.data.gov/api/views/ykv5-fn9s/rows.json",
65+
"webService": "http://data.example_agency.gov/api/views/ykv5-fn9s/rows.json",
6666
"license": "Public Domain",
6767
"spatial": "United States",
6868
"temporal": "2008-09-01T12:00:00Z/2009-05-31T12:00:00Z"

0 commit comments

Comments
 (0)