Skip to content

Commit a7faf5b

Browse files
committed
Update common files.
1 parent e67e78d commit a7faf5b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

common/jsonld.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ const jsonld = {
4242
}
4343
},
4444
conversions: {
45-
"https://w3c.github.io/json-ld-syntax/": "http://www.w3.org/TR/2018/WD-json-ld11-20180911/",
46-
"https://w3c.github.io/json-ld-api/": "http://www.w3.org/TR/2018/WD-json-ld11-api-20180911/",
47-
"https://w3c.github.io/json-ld-framing/": "http://www.w3.org/TR/2018/WD-json-ld11-framing-20180911/"
45+
"https://w3c.github.io/json-ld-syntax/": "http://www.w3.org/TR/json-ld11/",
46+
"https://w3c.github.io/json-ld-api/": "http://www.w3.org/TR/json-ld11-api/",
47+
"https://w3c.github.io/json-ld-framing/": "http://www.w3.org/TR/json-ld11-framing/"
4848
}
4949
};

0 commit comments

Comments
 (0)