From f7aad176920f3c9aaa2b9ed7fcb72737fee977eb Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Thu, 12 Sep 2024 02:22:02 -0500 Subject: [PATCH] fix: relative link in vc-spec.md (#2605) Update vc-spec.md --- docs/vc-spec.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/vc-spec.md b/docs/vc-spec.md index bf3603a027..485ca6bddf 100644 --- a/docs/vc-spec.md +++ b/docs/vc-spec.md @@ -5,7 +5,7 @@ This section describes the (Candid) interface to be implemented by an issuer of verifiable credentials on the IC. This interface is used by the II-canister during attribute sharing flow (cf. [flow description](https://github.com/dfinity/wg-identity-authentication/blob/d2664795afe9cea40386804bdb1259a47e34540d/topics/attribute-sharing.md)) -An example implementation of the interface is given in [demos/vc_issuer](../demos/vc_issuer). +An example implementation of the interface is given in [demos/vc_issuer](https://github.com/dfinity/internet-identity/tree/main/demos/vc_issuer). The Candid interface is as follows, and the subsequent sections describe the services and the corresponding messages in more detail.