From 4b530b27a8fdfa9e361491ab33a03085444a348a Mon Sep 17 00:00:00 2001 From: Chris Wilkinson Date: Mon, 12 Oct 2015 13:36:10 +0100 Subject: [PATCH] Update links --- create_framework/dependency-injection.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/create_framework/dependency-injection.rst b/create_framework/dependency-injection.rst index b58e1184767..86e6b6d78cf 100644 --- a/create_framework/dependency-injection.rst +++ b/create_framework/dependency-injection.rst @@ -238,6 +238,6 @@ micro-framework, and especially its `Application`_ class. Have fun! -.. _`Pimple`: https://github.com/fabpot/Pimple +.. _`Pimple`: https://github.com/silexphp/Pimple .. _`Silex`: http://silex.sensiolabs.org/ -.. _`Application`: https://github.com/fabpot/Silex/blob/master/src/Silex/Application.php +.. _`Application`: https://github.com/silexphp/Silex/blob/master/src/Silex/Application.php