Fixed link to JSON-LD context on main page to link to a CORS-enabled context.
authorManu Sporny <msporny@digitalbazaar.com>
Sun, 22 Jan 2012 09:54:39 -0500
changeset 352 c1193a8f5c72
parent 351 af2637ea5bcc
child 353 1983190e5a99
Fixed link to JSON-LD context on main page to link to a CORS-enabled context.
index.html
--- a/index.html	Sun Jan 22 09:53:55 2012 -0500
+++ b/index.html	Sun Jan 22 09:54:39 2012 -0500
@@ -54,7 +54,7 @@
                <p>A simple example of a JSON object expressing Linked Data:</p>
                <pre>
 { 
-  "@context": "http://purl.org/jsonld/person",
+  "@context": "http://json-ld.org/contexts/person",
   "@id": "http://dbpedia.org/resource/John_Lennon",
   "name": "John Lennon",
   "birthday": "10-09",