From a287558839a80b6dff1cbfc61c7c28a77f4ce4e9 Mon Sep 17 00:00:00 2001 From: Tomasz Pluskiewicz Date: Wed, 29 Nov 2023 09:13:31 +0100 Subject: [PATCH] Update trifid/redirect.js Co-authored-by: Ludovic Muller --- trifid/redirect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trifid/redirect.js b/trifid/redirect.js index 45796d2..67e70f6 100644 --- a/trifid/redirect.js +++ b/trifid/redirect.js @@ -55,7 +55,7 @@ function factory () { } } if (shapePath) { - return fetch(`https://raw.githubusercdontent.com/zazuko/cube-link/${versionPath}/validation/${shapePath}.ttl`) + return fetch(`https://raw.githubusercontent.com/zazuko/cube-link/${versionPath}/validation/${shapePath}.ttl`) .then(rawGithub => { if (rawGithub.ok) { res.set('Content-Type', 'text/turtle')