Fix error code references containg "@"
authorMarkus Lanthaler <mark_lanthaler@gmx.net>
Thu, 28 Feb 2013 15:08:56 +0100
changeset 1355 ca640a444a65
parent 1354 b79f45e97efd
child 1356 9e4b62e14319
Fix error code references containg "@"
spec/latest/json-ld-api/index.html
--- a/spec/latest/json-ld-api/index.html	Thu Feb 28 15:03:41 2013 +0100
+++ b/spec/latest/json-ld-api/index.html	Thu Feb 28 15:08:56 2013 +0100
@@ -1510,7 +1510,7 @@
               <ol class="algorithm">
                 <li>If <em>expanded property</em> is <code>@id</code> then
                   <em>value</em> MUST be a <tref>string</tref>, otherwise an
-                  <code class="error"><a href="#idl-def-JsonLdErrorCode.invalid-@id value">invalid @id value</a></code>
+                  <code class="error"><a href="#idl-def-JsonLdErrorCode.invalid--id-value">invalid @id value</a></code>
                   error has been detected.</li>
                 <li>If <em>expanded property</em> is <code>@type</code> then
                   <em>value</em> MUST be a <tref>string</tref> or an <tref>array</tref>
@@ -1520,7 +1520,7 @@
                 <li>If <em>expanded property</em> is <code>@graph</code> then
                   <em>value</em> MUST be a <tref>JSON object</tref> or an
                   <tref>array</tref>, otherwise an
-                  <code class="error"><a href="#idl-def-JsonLdErrorCode.invalid-@graph value">invalid @graph value</a></code>
+                  <code class="error"><a href="#idl-def-JsonLdErrorCode.invalid--graph-value">invalid @graph value</a></code>
                   error has been detected.</li>
                 <li>If <em>expanded property</em> is <code>@value</code> then
                   <em>value</em> MUST NOT be a <tref>JSON object</tref> or
@@ -1534,7 +1534,7 @@
                   <em>value</em>.</li>
                 <li>If <em>expanded property</em> is <code>@index</code>
                   then <em>value</em> MUST be a <tref>string</tref>, otherwise an
-                  <code class="error"><a href="#idl-def-JsonLdErrorCode.invalid-@index value">invalid @index value</a></code>
+                  <code class="error"><a href="#idl-def-JsonLdErrorCode.invalid--index-value">invalid @index value</a></code>
                   error has been detected.</li>
               </ol>
             </li>