From 10c82f9c3f5309e4b28b06ef8814bf569565c36e Mon Sep 17 00:00:00 2001 From: Fabien Bourigault Date: Wed, 14 Nov 2018 00:00:39 +0100 Subject: [PATCH] replace connect.sensiolabs.com by connect.symfony.com --- service_container/3.3-di-changes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service_container/3.3-di-changes.rst b/service_container/3.3-di-changes.rst index 613bb469155..7adac95fccc 100644 --- a/service_container/3.3-di-changes.rst +++ b/service_container/3.3-di-changes.rst @@ -511,7 +511,7 @@ Ready to upgrade your existing project? Great! Suppose you have the following co app.api_client_sl_connect: class: AppBundle\Service\ApiClient arguments: - - 'https://connect.sensiolabs.com/api' + - 'https://connect.symfony.com/api' It's optional, but let's upgrade this to the new Symfony 3.3 configuration step-by-step, *without* breaking our application. @@ -803,7 +803,7 @@ can be autowired. The final configuration looks like this: app.api_client_sl_connect: class: AppBundle\Service\ApiClient arguments: - - 'https://connect.sensiolabs.com/api' + - 'https://connect.symfony.com/api' You can now take advantage of the new features going forward.