Skip to content

Commit db4f97f

Browse files
committed
Some link improvements.
1 parent 9e3fbea commit db4f97f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3551,7 +3551,7 @@ <h3>Algorithm</h3>
35513551
not confused with a <a>compact IRI</a>,
35523552
if the <a data-cite="RFC3986#section-3.1">IRI scheme</a> of <var>var</var>
35533553
matches any term in <a>active context</a> with <a>prefix flag</a> set to <code>true</code>,
3554-
and <var>var</var> has no <a datacite="https://tools.ietf.org/html/rfc3986#section-3.2">IRI authority</a> (beginning with double-forward-slash (<code>//</code>),
3554+
and <var>var</var> has no <a data-cite="RFC3986#section-3.1">IRI authority</a> (beginning with double-forward-slash (<code>//</code>),
35553555
an <a data-link-for="JsonLdErrorCode">IRI confused with prefix</a> error has been detected,
35563556
and processing is aborted.</li>
35573557
<li>If <var>vocab</var> is <code>false</code>,
@@ -6036,7 +6036,7 @@ <h4>JsonLdErrorCode</h4>
60366036
<dt><dfn>invalid vocab mapping</dfn></dt>
60376037
<dd>An invalid <a>vocabulary mapping</a> has been detected,
60386038
i.e., it is neither an <a>IRI</a> nor <code>null</code>.</dd>
6039-
<dt class="changed">IRI confused with prefix</dt>
6039+
<dt class="changed"><dfn>IRI confused with prefix</dfn></dt>
60406040
<dd>When compacting an <a>absolute IRI</a> would result in an <a>absolute IRI</a>
60416041
which could be confused with a compact IRI (because its <a data-cite="RFC3986#section-3.1">IRI scheme</a> matches a <a>term definition</a> and it has no <a data-cite="RFC3986#section-3.1">IRI authority</a>).</dd>
60426042
<dt><dfn>keyword redefinition</dfn></dt>

0 commit comments

Comments
 (0)