From d0ddb39e6b15b5546c41a32bae5d5b099c5d7bfe Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Fri, 22 Feb 2019 10:07:17 +0100 Subject: [PATCH 1/2] fix services file for older version In the older version the file is called services.yml, which correct in the corresponding url --- service_container.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service_container.rst b/service_container.rst index 9925a5ebbdb..0aef2598f7a 100644 --- a/service_container.rst +++ b/service_container.rst @@ -1082,6 +1082,6 @@ Learn more /service_container/* .. _`service-oriented architecture`: https://en.wikipedia.org/wiki/Service-oriented_architecture -.. _`Symfony Standard Edition (version 3.3) services.yaml`: https://github.com/symfony/symfony-standard/blob/3.3/app/config/services.yml +.. _`Symfony Standard Edition (version 3.3) services.yml`: https://github.com/symfony/symfony-standard/blob/3.3/app/config/services.yml .. _`glob pattern`: https://en.wikipedia.org/wiki/Glob_(programming) .. _`Symfony Fundamentals screencast series`: https://symfonycasts.com/screencast/symfony-fundamentals From 1ca7fbafbcad278f69c1b1ee4160e4bea4a42aae Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Fri, 22 Feb 2019 10:58:35 +0100 Subject: [PATCH 2/2] remove unused link --- service_container.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/service_container.rst b/service_container.rst index 0aef2598f7a..6983ea058f6 100644 --- a/service_container.rst +++ b/service_container.rst @@ -1082,6 +1082,5 @@ Learn more /service_container/* .. _`service-oriented architecture`: https://en.wikipedia.org/wiki/Service-oriented_architecture -.. _`Symfony Standard Edition (version 3.3) services.yml`: https://github.com/symfony/symfony-standard/blob/3.3/app/config/services.yml .. _`glob pattern`: https://en.wikipedia.org/wiki/Glob_(programming) .. _`Symfony Fundamentals screencast series`: https://symfonycasts.com/screencast/symfony-fundamentals