From 72287a2208583c7dc24193d9b28e85f6fecebd71 Mon Sep 17 00:00:00 2001 From: Loenix Date: Thu, 21 May 2020 11:29:16 +0200 Subject: [PATCH] Fix yaml spec link --- components/yaml/yaml_format.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/yaml/yaml_format.rst b/components/yaml/yaml_format.rst index 90496c87c0e..274a0729f28 100644 --- a/components/yaml/yaml_format.rst +++ b/components/yaml/yaml_format.rst @@ -339,4 +339,4 @@ The following YAML features are not supported by the Symfony Yaml component: .. _`ISO-8601`: http://www.iso.org/iso/iso8601 .. _`YAML website`: http://yaml.org/ -.. _`YAML specification`: http://www.yaml.org/spec/1.2/spec.html +.. _`YAML specification`: https://yaml.org/spec/1.2/spec.html