From b8a049e76e04de712993a821a7482a85e281adbc Mon Sep 17 00:00:00 2001 From: Rupert Ben Wiser Date: Wed, 21 Jun 2023 10:00:27 +0000 Subject: [PATCH] Update spec link to be github page instead --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d406af9..d6b84b3 100644 --- a/README.md +++ b/README.md @@ -9,4 +9,4 @@ const attestation = await navigator.getEnvironmentIntegrity("..."); The [explainer](./explainer.md) goes gives a high level overview of the proposal. -The [spec](./docs/spec.bs) currently describes how this is being prototyped in Chromium. +The [spec](https://rupertbenwiser.github.io/Web-Environment-Integrity/) currently describes how this is being prototyped in Chromium.