From 257c96bc44e636d5aab764b43e45d50ce748bd86 Mon Sep 17 00:00:00 2001 From: Golda Velez Date: Sun, 12 Jan 2025 21:08:15 -0700 Subject: [PATCH] add explicit link to uri definition --- spec/spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/spec.md b/spec/spec.md index dfc8ea1..c55ccd8 100644 --- a/spec/spec.md +++ b/spec/spec.md @@ -119,7 +119,7 @@ graph LR A LinkedClaim: -* **MUST** have a subject that can be any valid URI +* **MUST** have a subject that can be any valid [URI](https://datatracker.ietf.org/doc/html/rfc3986) * **MUST** itself have an identifier that is a well-formed URI (URN is acceptable) * **MUST** be cryptographically signed, such as with a DID * **SHOULD** provide a mechanism to retrieve deterministic machine-readable content from its URI