Skip to content

Commit 04a58a5

Browse files
committed
Fix CBOR-LD algorithm links.
1 parent 2b609c4 commit 04a58a5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -834,8 +834,8 @@ <h3>Encode VC to QR Code</h3>
834834
</li>
835835
<li>
836836
Let |cborldDocument| be the result of the
837-
<a data-cite="CBOR-LD#json-ld-to-cbor-ld-compression-algorithm">
838-
JSON-LD to CBOR-LD Compression Algorithm</a>, passing |inputDocument|,
837+
<a data-cite="CBOR-LD#json-ld-to-cbor-ld-encoding-algorithm">
838+
JSON-LD to CBOR-LD Encoding Algorithm</a>, passing |inputDocument|,
839839
|typeTable|, and |registryEntryId| as inputs. If an encoding error occurs, an
840840
error MUST be raised.
841841
</li>
@@ -886,8 +886,8 @@ <h3>Decode QR Code to VC</h3>
886886
</li>
887887
<li>
888888
Let |jsonldDocument| be the result of
889-
<a data-cite="CBOR-LD#cbor-ld-to-json-ld-decompression-algorithm">
890-
CBOR-LD to JSON-LD Decompression Algorithm</a>, passing |cborldDocument| as
889+
<a data-cite="CBOR-LD#cbor-ld-to-json-ld-decoding-algorithm">
890+
CBOR-LD to JSON-LD Decoding Algorithm</a>, passing |cborldDocument| as
891891
the input. If a decoding error occurs, an error MUST be raised.
892892
</li>
893893
<li>

0 commit comments

Comments
 (0)