From 6d33b8bb6b219f9039d35a2de5f5484f73e99134 Mon Sep 17 00:00:00 2001 From: Chloe Cai <93294344+rollerchloe@users.noreply.github.com> Date: Wed, 21 Feb 2024 11:03:25 +0800 Subject: [PATCH] docs: update flowchart links (#279) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90cd40b..130acfd 100644 --- a/README.md +++ b/README.md @@ -26,13 +26,13 @@ Only when it passes all three checks, will it count as a valid OA document. The diagram below shows the verification flow on OA documents issued using the Ethereum method: -![Verify OA documents issued using Ethereum](./diagram/verifiable-docs-eth.light.svg) +![Verify OA documents issued using Ethereum](https://raw.githubusercontent.com/Open-Attestation/oa-verify/master/diagram/verifiable-docs-eth.light.svg) ### DID The diagram below shows the verification flow on OA documents issued using the DID method: -![Verify OA documents issued using DID](./diagram/verifiable-docs-did.light.svg) +![Verify OA documents issued using DID](https://raw.githubusercontent.com/Open-Attestation/oa-verify/master/diagram/verifiable-docs-did.light.svg) ## Installation