Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 45bd051

Browse files
committedFeb 17, 2025·
Fix informative references.
1 parent 9efbdd9 commit 45bd051

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
 

‎index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -589,15 +589,15 @@ <h2>Terminology</h2>
589589
[=verifiable credential=] can be easily ported from one
590590
[=credential repository=] to another without reissuing the [=credential=].
591591
An example of a DID is `did:example:123456abcdef`. See the
592-
[[[?DID-CORE]]] specification for further details.
592+
[[[?DID]]] specification for further details.
593593
</dd>
594594
<dt><dfn class="lint-ignore" data-lt="decentralized identifier documents|DID document|DID documents">decentralized identifier document</dfn></dt>
595595
<dd>
596596
Also referred to as a <strong><em>DID document</em></strong>, this is a document
597597
that is accessible using a [=verifiable data registry=] and contains
598598
information related to a specific [=decentralized identifier=], such as the
599599
associated [=credential repository=] and [=verification material=]. See the
600-
[[[?DID-CORE]]] specification for further details.
600+
[[[?DID]]] specification for further details.
601601
</dd>
602602
<dt><dfn data-lt="default graph">default graph</dfn></dt>
603603
<dd>
@@ -1800,9 +1800,9 @@ <h3>Issuer</h3>
18001800
containing an `id` [=property=] whose value is a [=URL=]; in either case, the
18011801
issuer selects this [=URL=] to identify itself in a globally unambiguous way. It
18021802
is RECOMMENDED that the [=URL=] be one which, if dereferenced, results in a
1803-
controlled identifier document, as defined in the [[[CID]]] specification, about
1804-
the [=issuer=] that can be used to [=verify=] the information expressed in the
1805-
[=credential=].
1803+
controlled identifier document, as defined in the [[[?CID]]] specification,
1804+
about the [=issuer=] that can be used to [=verify=] the information expressed
1805+
in the [=credential=].
18061806
</dd>
18071807
</dl>
18081808

@@ -3012,7 +3012,7 @@ <h4>Semantic Interoperability</h4>
30123012
</li>
30133013
<li>
30143014
New terms MUST <em>define</em> a new URL for each term. When doing so, the
3015-
general guidelines for [[LINKED-DATA]] are expected to be followed, in
3015+
general guidelines for [[?LINKED-DATA]] are expected to be followed, in
30163016
particular:
30173017
<ul>
30183018
<li>

0 commit comments

Comments
 (0)
Please sign in to comment.