Skip to content

Commit ddf2dfd

Browse files
committed
chore(descriptor.md): correct canonicalization reference
Signed-off-by: Yarden Bar <[email protected]>
1 parent d600991 commit ddf2dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

descriptor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ As an example, we can parameterize the encoding and algorithm as `multihash+base
9999
Before consuming content targeted by a descriptor from untrusted sources, the byte content SHOULD be verified against the digest string.
100100
Before calculating the digest, the size of the content SHOULD be verified to reduce hash collision space.
101101
Heavy processing before calculating a hash SHOULD be avoided.
102-
Implementations MAY employ [canonicalization](canonicalization.md#canonicalization) of the underlying content to ensure stable content identifiers.
102+
Implementations MAY employ [canonicalization](considerations.md#canonicalization) of the underlying content to ensure stable content identifiers.
103103

104104
### Digest calculations
105105

0 commit comments

Comments
 (0)