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:
Matthieu Baerts 2021-08-31 18:16:14 +02:00
parent 340d715884
commit 71cbf4399e
No known key found for this signature in database
GPG Key ID: F6B7824F4269A073
1 changed files with 2 additions and 2 deletions

View File

@ -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