doc: fix link to YAML spec
It looks like the YAML specifications are no longer available in: yaml.org/spec/1.2/spec.html but in: yaml.org/spec/1.2/ See: $ curl https://yaml.org/spec/1.2/spec.html <meta http-equiv="refresh" content="0; url=https://yaml.org/spec/1.2/" /> Update these links to avoid errors reported by jjb-tox-docs-linkcheck. Signed-off-by: Matthieu Baerts <matthieu.baerts@tessares.net> Change-Id: Ie928adf2e4c321e900bfbf36c19ae34a3dc7311d
This commit is contained in:
parent
340d715884
commit
71cbf4399e
@ -667,8 +667,8 @@ Which will be expanded to the following yaml before being processed:
|
||||
.. literalinclude:: /../../tests/localyaml/fixtures/anchors_aliases.oyaml
|
||||
|
||||
|
||||
.. _full length example: https://yaml.org/spec/1.2/spec.html#id2761803
|
||||
.. _anchors and aliases: https://yaml.org/spec/1.2/spec.html#id2765878
|
||||
.. _full length example: https://yaml.org/spec/1.2/#id2761803
|
||||
.. _anchors and aliases: https://yaml.org/spec/1.2/#id2765878
|
||||
|
||||
|
||||
Custom Yaml Tags
|
||||
|
Loading…
Reference in New Issue
Block a user