From f8ca6b9d13f74936c48476b897b6ae933df2547b Mon Sep 17 00:00:00 2001 From: Julien Fraichot Date: Tue, 27 Apr 2021 16:49:36 +0200 Subject: [PATCH] docs(Issuer): add fixed github URLs --- examples/issuer/profile.json | 2 +- examples/issuer/revocation-list.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/issuer/profile.json b/examples/issuer/profile.json index ac99a0f3..54c5594e 100644 --- a/examples/issuer/profile.json +++ b/examples/issuer/profile.json @@ -8,7 +8,7 @@ "name": "University of Learning", "url": "https://www.issuer.org", "introductionURL": "https://www.issuer.org/intro/", - "revocationList": "", + "revocationList": "https://raw.githubusercontent.com/blockchain-certificates/cert-issuer/master/examples/issuer/revocation-list.json", "publicKey": [ { "id": "ecdsa-koblitz-pubkey:n2h5AGW1xtnSFeXNr6SCSwXty6kP42Pri4", diff --git a/examples/issuer/revocation-list.json b/examples/issuer/revocation-list.json index 5693fda0..685999dd 100644 --- a/examples/issuer/revocation-list.json +++ b/examples/issuer/revocation-list.json @@ -1,7 +1,7 @@ { "@context": "https://w3id.org/openbadges/v2", - "id": "", + "id": "https://raw.githubusercontent.com/blockchain-certificates/cert-issuer/master/examples/issuer/revocation-list.json", "type": "RevocationList", - "issuer": "", + "issuer": "https://raw.githubusercontent.com/blockchain-certificates/cert-issuer/master/examples/issuer/profile.json", "revokedAssertions": [] }