Fix invalid HTML in namespace document
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Tue, 04 Dec 2012 20:10:01 +0100
changeset 984 d7cf44fe51eb
parent 983 01738f6df556
child 985 ad239c9522b5
Fix invalid HTML in namespace document

Thanks @scor for reporting this.

This addresses #199.
ns/json-ld.html
--- a/ns/json-ld.html	Tue Dec 04 19:47:16 2012 +0100
+++ b/ns/json-ld.html	Tue Dec 04 20:10:01 2012 +0100
@@ -22,7 +22,7 @@
       <p><code>http://www.w3.org/ns/json-ld#context</code></p>
       <p property="rdfs:comment">This link relation is used to reference a JSON-LD context from a JSON document so that it can be interpreted as JSON-LD.</p>
       <p>You can read more about this feature in the <a property="rdfs:seeAlso" href="http://www.w3.org/TR/json-ld-syntax/#referencing-contexts-from-json-documents">JSON-LD Syntax specification</a>.</p>
-      <link property="rdfs:isDefinedBy" href="" />
+      <link property="rdfs:isDefinedBy" href="http://www.w3.org/ns/json-ld" />
     </div>
     <p>&nbsp;</p>
     <hr>