Skip to content

Commit 2aa2337

Browse files
committed
Fix document cross-references.
1 parent ea23f48 commit 2aa2337

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

common/jsonld.js

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,44 +2,13 @@ const jsonld = {
22
// Add as the respecConfig localBiblio variable
33
// Extend or override global respec references
44
localBiblio: {
5-
"JSON-LD11": {
6-
title: "JSON-LD 1.1",
7-
href: "https://w3c.github.io/json-ld-syntax/",
8-
authors: ["Gregg Kellogg", "Pierre-Antoine Champin"],
9-
publisher: "W3C",
10-
status: 'FPWD',
11-
date: '10 May 2019'
12-
},
13-
"JSON-LD11-API": {
14-
title: "JSON-LD 1.1 Processing Algorithms and API",
15-
href: "https://w3c.github.io/json-ld-api/",
16-
authors: ["Gregg Kellogg"],
17-
publisher: "W3C",
18-
status: 'FPWD',
19-
date: '10 May 2019'
20-
},
21-
"JSON-LD11-FRAMING": {
22-
title: "JSON-LD 1.1 Framing",
23-
href: "https://w3c.github.io/json-ld-framing/",
24-
authors: ["Gregg Kellogg"],
25-
publisher: "W3C",
26-
status: 'FPWD',
27-
date: '10 May 2019'
28-
},
295
// aliases to known references
306
"IEEE-754-2008": {
317
title: "IEEE 754-2008 Standard for Floating-Point Arithmetic",
328
href: "http://standards.ieee.org/findstds/standard/754-2008.html",
339
publisher: "Institute of Electrical and Electronics Engineers",
3410
date: "2008"
3511
},
36-
"PROMISES": {
37-
title: 'Promise Objects',
38-
href: 'https://github.com/domenic/promises-unwrapping',
39-
authors: ['Domenic Denicola'],
40-
status: 'unofficial',
41-
date: 'January 2014'
42-
},
4312
"JSON.API": {
4413
title: "JSON API",
4514
href: "https://jsonapi.org/format/",

0 commit comments

Comments
 (0)