Skip to content

Commit e21cf4d

Browse files
committed
minor #13691 Fix yaml spec link (Cartman34)
This PR was submitted for the 5.0 branch but it was merged into the 3.4 branch instead (closes #13691). Discussion ---------- Fix yaml spec link <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 72287a2 Fix yaml spec link
2 parents 0510d03 + 72287a2 commit e21cf4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/yaml/yaml_format.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,4 +339,4 @@ The following YAML features are not supported by the Symfony Yaml component:
339339

340340
.. _`ISO-8601`: http://www.iso.org/iso/iso8601
341341
.. _`YAML website`: http://yaml.org/
342-
.. _`YAML specification`: http://www.yaml.org/spec/1.2/spec.html
342+
.. _`YAML specification`: https://yaml.org/spec/1.2/spec.html

0 commit comments

Comments
 (0)