Skip to content

Commit

Permalink
Update trifid/redirect.js
Browse files Browse the repository at this point in the history
Co-authored-by: Ludovic Muller <[email protected]>
  • Loading branch information
tpluscode and ludovicm67 authored Nov 29, 2023
1 parent 09e2f3d commit a287558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trifid/redirect.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit a287558

Please sign in to comment.