json-ld / yaml-ld

CG specification for YAML-LD and UCR
https://json-ld.github.io/yaml-ld/spec
Other
19 stars 8 forks source link

Links to sections of YAML spec do not work #61

Closed anatoly-scherbakov closed 1 year ago

anatoly-scherbakov commented 1 year ago

At PR #59, @gkellogg had introduced links to sections of the YAML specification which define particular terms of the spec.

Why?

[[YAML]] is dereferenced by ReSpec as per SpecRef into http://yaml.org/spec/1.2/spec.html. Thus, YAML#92-streams is converted into http://yaml.org/spec/1.2/spec.html#92-streams.

Which does not work as expected, instead it redirects to https://yaml.org/spec/1.2.2/ and the fragment identifier is lost.

What?

I would like to propose to change the YAML spec link to version 1.2.2 instead of 1.2. That should alleviate the redirect.

gkellogg commented 1 year ago

We can change it in localBiblio n the respec config.