Skip to content

Commit 218f0c7

Browse files
committed
Fix broken links.
1 parent b5ea266 commit 218f0c7

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

index.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
restrictRefs,
227227
window.respecVc.createVcExamples
228228
],
229-
xref: ["INFRA", "MIMESNIFF", "VC-DATA-MODEL-2.0", "CID-1.0"],
229+
xref: ["INFRA", "MIMESNIFF", "VC-DATA-MODEL-2.0", "CID"],
230230
otherLinks: [{
231231
key: "Related Specifications",
232232
data: [{
@@ -350,7 +350,7 @@ <h2>Introduction</h2>
350350
</li>
351351
<li>
352352
Authenticate as an entity identified by a particular identifier, for example, as
353-
the subject identified by a Decentralized Identifier (DID) [[?DID-CORE]].
353+
the subject identified by a Decentralized Identifier (DID) [[?DID]].
354354
</li>
355355
<li>
356356
Delegate authorization for actions in a remote execution environment, via
@@ -622,7 +622,7 @@ <h3>Terminology</h3>
622622

623623
<dd>
624624
A document that contains public cryptographic material as defined in the
625-
[[[CID-1.0]]] specification.
625+
[[[CID]]] specification.
626626
</dd>
627627

628628
<dt><dfn data-lt="verifier|verifiers|verifier's">verifier</dfn></dt>
@@ -657,7 +657,7 @@ <h3>Terminology</h3>
657657
<p>
658658
An expression of the relationship between the [=subject=] and a
659659
[=verification method=]. An example of a verification relationship is
660-
<a data-cite="CID-1.0#authentication">authentication</a>.
660+
<a data-cite="CID#authentication">authentication</a>.
661661
</p>
662662
</dd>
663663

@@ -823,8 +823,8 @@ <h3>Proofs</h3>
823823
A [=string=] value that expresses base-encoded binary data necessary to verify the
824824
digital proof using the `verificationMethod` specified. The value MUST use a
825825
header and encoding as described in Section
826-
<a data-cite="CID-1.0#multibase-0">2.4 Multibase</a> of the
827-
[[[CID-1.0]]] specification to express the binary data.
826+
<a data-cite="CID#multibase-0">2.4 Multibase</a> of the
827+
[[[CID]]] specification to express the binary data.
828828
The contents of this value are determined by a specific cryptosuite and set
829829
to the <em>proof value</em> generated by the <a href="#add-proof">Add Proof Algorithm</a>
830830
for that cryptosuite. Alternative properties with different encodings specified by the
@@ -1157,8 +1157,8 @@ <h2>Resource Integrity</h2>
11571157
property named <dfn class="lint-ignore">`digestMultibase`</dfn> in any object
11581158
that includes an `id` property. If present, the `digestMultibase` value MUST be
11591159
a single [=string=] value, or an [=list=] of [=string=] values, each of which is a
1160-
<a data-cite="CID-1.0#multibase">Multibase</a>-encoded
1161-
<a data-cite="CID-1.0#multihash">Multihash</a> value.
1160+
<a data-cite="CID#multibase">Multibase</a>-encoded
1161+
<a data-cite="CID#multihash">Multihash</a> value.
11621162
</p>
11631163
<p>
11641164
JSON-LD context authors are expected to add `digestMultibase` to contexts that
@@ -1188,7 +1188,7 @@ <h2>Resource Integrity</h2>
11881188
Implementers are urged to consult appropriate sources, such as the
11891189
<a href="https://nvlpubs.nist.gov/nistpubs/FIPS/NIST.FIPS.180-4.pdf">
11901190
FIPS 180-4 Secure Hash Standard</a> and the
1191-
<a href="https://media.defense.gov/2022/Sep/07/2003071834/-1/-1/0/CSA_CNSA_2.0_ALGORITHMS_.PDF">
1191+
<a href="https://en.wikipedia.org/wiki/Commercial_National_Security_Algorithm_Suite">
11921192
Commercial National Security Algorithm Suite 2.0</a> to ensure that they are
11931193
choosing a hash algorithm that is appropriate for their use case.
11941194
</p>
@@ -1259,7 +1259,7 @@ <h2>Contexts and Vocabularies</h2>
12591259
<p class="note">
12601260
Beyond the security terms defined by this specification, the
12611261
<a href="https://w3id.org/security">https://w3id.org/security#</a> namespace
1262-
also includes the terms defined in the [[[CID-1.0]]] [[CID-1.0]]
1262+
also includes the terms defined in the [[[CID]]] [[CID]]
12631263
specification, with the corresponding mappings in the context files listed above.
12641264
</p>
12651265

@@ -1641,11 +1641,11 @@ <h2>Relationship to Verifiable Credentials</h2>
16411641
<p>
16421642
Finally, implementers are also urged to understand that there is a difference
16431643
between the revocation information associated with a [=verifiable credential=],
1644-
and the <a data-cite="CID-1.0#dfn-revoked">revocation</a>
1645-
and <a data-cite="CID-1.0#defn-vm-expires">expiration</a> times
1644+
and the <a data-cite="CID#dfn-revoked">revocation</a>
1645+
and <a data-cite="CID#defn-vm-expires">expiration</a> times
16461646
for a [=verification method=]. The
1647-
<a data-cite="CID-1.0#dfn-revoked">revocation</a> and
1648-
<a data-cite="CID-1.0#defn-vm-expires">expiration</a> times for a
1647+
<a data-cite="CID#dfn-revoked">revocation</a> and
1648+
<a data-cite="CID#defn-vm-expires">expiration</a> times for a
16491649
[=verification method=] are expressed using the `revocation` and `expires`
16501650
properties, respectively; are related to events such as a [=secret key=] being
16511651
compromised or expiring; and can provide timing information which might reveal
@@ -2877,7 +2877,7 @@ <h3>Verification Method Binding</h3>
28772877
[=controlled identifier document=], and then ensuring that the [=controlled identifier document=] also
28782878
contains a reference to the [=verification method=]. This process is described
28792879
in the algorithm for
2880-
<a data-cite="?CID-1.0#retrieve-verification-method">
2880+
<a data-cite="?CID#retrieve-verification-method">
28812881
retrieving a verification method</a>.
28822882
</p>
28832883
</section>
@@ -2895,8 +2895,8 @@ <h3>Verification Relationship Validation</h3>
28952895
<p>
28962896
The process of validating a verification relationship is outlined in
28972897
Section
2898-
<a data-cite="CID-1.0#retrieve-verification-method">
2899-
3.3 Retrieve Verification Method</a> of the [[[CID-1.0]]]
2898+
<a data-cite="CID#retrieve-verification-method">
2899+
3.3 Retrieve Verification Method</a> of the [[[CID]]]
29002900
specification.
29012901
</p>
29022902
<p>

0 commit comments

Comments
 (0)