Skip to content

Commit 6a0329f

Browse files
[#183]: Override [[YAML]] in localBiblio to point at YAML 1.2.2 so data-cite fragments resolve correctly
1 parent 0b87865 commit 6a0329f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,20 @@
7373
"Philippe Le Hegaret",
7474
],
7575
},
76+
// Default [[YAML]] (SpecRef) uses yaml.org/spec/1.2/spec.html, which now redirects to
77+
// spec/1.2-old/ — fragment ids there do not match this document's data-cite targets (e.g.
78+
// #node-anchors). YAML-LD targets YAML 1.2.2; point all YAML#… links there.
79+
YAML: {
80+
title: "YAML Ain't Markup Language (YAML™) version 1.2.2",
81+
href: "https://yaml.org/spec/1.2.2/",
82+
publisher: "YAML Language Development Team",
83+
date: "2021-10-01",
84+
authors: [
85+
"Oren Ben-Kiki",
86+
"Clark Evans",
87+
"Ingy döt Net",
88+
],
89+
},
7690
},
7791

7892
// Cross-reference definitions

0 commit comments

Comments
 (0)