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.