From fc24826ff50135ad9470ac50f77fe50fd96be33c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patricia=20Garc=C3=ADa?= <99753806+garciafdezpatricia@users.noreply.github.com> Date: Mon, 1 Jul 2024 09:50:02 +0200 Subject: [PATCH] Change DPV URI (#86) --- scripts/preparePurposes.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/preparePurposes.ts b/scripts/preparePurposes.ts index cec99a3..f7f0747 100644 --- a/scripts/preparePurposes.ts +++ b/scripts/preparePurposes.ts @@ -25,7 +25,7 @@ import { addToCache, defaultUrls } from "../src/session/PurposeCache"; // Undici struggles to follow these redirects for some reason, // but the browser handles it fine const redirected = { - "https://w3id.org/dpv": "https://w3c.github.io/dpv/dpv/dpv.ttl", + "https://w3id.org/dpv": "https://w3id.org/dpv/2.0", }; async function main() {