cmoa / collection

The collection data of the Carnegie Museum of Art in Pittsburgh, Pennsylvania
https://collection.cmoa.org
Creative Commons Zero v1.0 Universal
103 stars 22 forks source link

URLs in JSON files lead to 404 errors #19

Open ilessing opened 5 years ago

ilessing commented 5 years ago

I notice that many if not all the URLs in your JSON files lead to 404 Not Found errors.

example:

in file: https://github.com/cmoa/collection/blob/master/cmoa/0018b42c-b408-4070-94a7-843288cceb9a.json Line 17: "web_url": "http://collection.cmoa.org/CollectionDetail.aspx?item=1023910",

web_url here leads to a 404 Not Found error

Line 17: "image_url": "http://collection.cmoa.org/CollectionImage.aspx?irn=72723&size=Medium"

image_url here leads to a 404 Not Found error

but this link works:

https://collection.cmoa.org/objects/0018b42c-b408-4070-94a7-843288cceb9a

Perhaps all the URLs need updating?