From 4225e0a5f7dc6605b7855b7acfb30e1321e7d228 Mon Sep 17 00:00:00 2001 From: Bruno Hivert Date: Fri, 17 Jan 2025 09:53:13 -0500 Subject: [PATCH] Update docs/w3c_vcdm/vcdm_how_to_use.md Added clickable links to the specs documentation. Signed-off-by: Bruno Hivert --- docs/w3c_vcdm/vcdm_how_to_use.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/w3c_vcdm/vcdm_how_to_use.md b/docs/w3c_vcdm/vcdm_how_to_use.md index 8857019..ceedea7 100644 --- a/docs/w3c_vcdm/vcdm_how_to_use.md +++ b/docs/w3c_vcdm/vcdm_how_to_use.md @@ -4,7 +4,7 @@ sidebar_position: 3 # How to use this test suite -The purpose of this test suite is to test an issued Verifiable Credential for conformance with the VC data model 1.1 or 2.0 specifications. +The purpose of this test suite is to test an issued Verifiable Credential for conformance with the VC data model [1.1](https://www.w3.org/TR/vc-data-model/) or [2.0](https://www.w3.org/TR/vc-data-model-2.0/) specifications. Simply paste a valid JSON payload and click on **Validate JSON**. This will bring you to a **Credential Summary** screen with a visual representation of the parsed and validated payload. Click on **See Test Results** to get access to the full conformance test results. ## Verifiable Presentations {#verifiable_presentations}