Re-add link to issue in grammar section as it somehow got lost in the recent updates
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Thu, 24 May 2012 11:19:26 +0800
changeset 682 51587eb1c396
parent 681 b8fb591aac21
child 683 deec51d50fcf
Re-add link to issue in grammar section as it somehow got lost in the recent updates

I checked the diffs and couldn't find where it was removed so I think it was an error. If there was a specific reason for removing it let me know.
spec/latest/json-ld-syntax/index.html
--- a/spec/latest/json-ld-syntax/index.html	Wed May 23 22:36:24 2012 -0400
+++ b/spec/latest/json-ld-syntax/index.html	Thu May 24 11:19:26 2012 +0800
@@ -2298,15 +2298,16 @@
 all valid JSON-LD documents are valid JSON documents. It also
 means that an invalid JSON document can never be a valid
 JSON-LD document. Furthermore, JSON-LD places a number of restrictions on
-the JSON syntax in order to define a set of authoring <em>guidelines</em> 
-that are used to express <em>well-formed</em> JSON-LD documents. At times, 
-even if these guidelines are violated, a JSON-LD processor will do its best 
-to recover from the mistake and will deterministically transform the author's 
+the JSON syntax in order to define a set of authoring <em>guidelines</em>
+that are used to express <em>well-formed</em> JSON-LD documents. At times,
+even if these guidelines are violated, a JSON-LD processor will do its best
+to recover from the mistake and will deterministically transform the author's
 markup into well-formed JSON-LD.</p>
 
 <p class="issue">The final details of the guidelines are still being
-discussed, as well as the best mechanism to express these restrictions. 
-EBNF doesn't quite capture what these guidelines are attempting to do - 
+discussed (<a href="https://github.com/json-ld/json-ld.org/issues/114#issuecomment-5820544">ISSUE-114</a>),
+as well as the best mechanism to express these restrictions.
+EBNF doesn't quite capture what these guidelines are attempting to do -
 which is strongly express what constitutes a well-formed JSON-LD document.
 For the time being, a simple list of plain english guidelines are provided.
 </p>
@@ -2366,13 +2367,13 @@
 
 <section>
   <h3>RDF</h3>
-  
-  <p>The RDF data model, as outlined in [[RDF-CONCEPTS]], is an abstract 
-  syntax for representing a directed graph of information. JSON-LD is 
-  capable of serializing any RDF graph, and performing full RDF to 
+
+  <p>The RDF data model, as outlined in [[RDF-CONCEPTS]], is an abstract
+  syntax for representing a directed graph of information. JSON-LD is
+  capable of serializing any RDF graph, and performing full RDF to
   JSON-LD to RDF round-tripping. A complete description of how JSON-LD maps
-  to RDF and algorithms detailing how one can convert from RDF to 
-  JSON-LD and from JSON-LD to RDF are included in the JSON-LD API 
+  to RDF and algorithms detailing how one can convert from RDF to
+  JSON-LD and from JSON-LD to RDF are included in the JSON-LD API
   [[!JSON-LD-API]] specification.
   </p>