Skip to content

Commit 258473e

Browse files
Corrected -out files to reflect the canonical versions hosted on json-ld.net (#24)
1 parent 4838b02 commit 258473e

6 files changed

+6
-6
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[{
2-
"@id": "http://json-ld.org/test-suite/tests/remote-doc-0001-in.jsonld",
2+
"@id": "https://json-ld.org/test-suite/tests/remote-doc-0001-in.jsonld",
33
"http://example/vocab#term": [{"@value": "object"}]
44
}]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[{
2-
"@id": "http://json-ld.org/test-suite/tests/remote-doc-0002-in.json",
2+
"@id": "https://json-ld.org/test-suite/tests/remote-doc-0002-in.json",
33
"http://example/vocab#term": [{"@value": "object"}]
44
}]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[{
2-
"@id": "http://json-ld.org/test-suite/tests/remote-doc-0003-in.jldt",
2+
"@id": "https://json-ld.org/test-suite/tests/remote-doc-0003-in.jldt",
33
"http://example/vocab#term": [{"@value": "object"}]
44
}]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[{
2-
"@id": "http://json-ld.org/test-suite/tests/remote-doc-0009-in.jsonld",
2+
"@id": "https://json-ld.org/test-suite/tests/remote-doc-0009-in.jsonld",
33
"http://example/0009/term": [{"@value": "value1"}]
44
}]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[{
2-
"@id": "http://json-ld.org/test-suite/tests/remote-doc-0010-in.json",
2+
"@id": "https://json-ld.org/test-suite/tests/remote-doc-0010-in.json",
33
"http://example/vocab#term": [{"@value": "value"}]
44
}]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[{
2-
"@id": "http://json-ld.org/test-suite/tests/remote-doc-0011-in.jldt",
2+
"@id": "https://json-ld.org/test-suite/tests/remote-doc-0011-in.jldt",
33
"http://example/vocab#term": [{"@value": "value"}]
44
}]

0 commit comments

Comments
 (0)