From bca9bae2743f663332219fbb7ac2d9470b97abfc Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Mon, 22 Jun 2015 18:29:05 +0200 Subject: [PATCH] Updated doc references in the map.rst.inc file --- create_framework/map.rst.inc | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/create_framework/map.rst.inc b/create_framework/map.rst.inc index 8e11e1700c3..574c0f5e769 100644 --- a/create_framework/map.rst.inc +++ b/create_framework/map.rst.inc @@ -1,12 +1,12 @@ -* :doc:`/create_framework/01-introduction` -* :doc:`/create_framework/02-http-foundation` -* :doc:`/create_framework/03-front-controller` -* :doc:`/create_framework/04-routing` -* :doc:`/create_framework/05-templating` -* :doc:`/create_framework/06-http-kernel` -* :doc:`/create_framework/07-separation-of-concerns` -* :doc:`/create_framework/08-unit-testing` -* :doc:`/create_framework/09-event-dispatcher` -* :doc:`/create_framework/10-http-kernel` -* :doc:`/create_framework/11-http-kernel` -* :doc:`/create_framework/12-dependency-injection` +* :doc:`/create_framework/introduction` +* :doc:`/create_framework/http-foundation` +* :doc:`/create_framework/front-controller` +* :doc:`/create_framework/routing` +* :doc:`/create_framework/templating` +* :doc:`/create_framework/http-kernel-controller-resolver` +* :doc:`/create_framework/separation-of-concerns` +* :doc:`/create_framework/unit-testing` +* :doc:`/create_framework/event-dispatcher` +* :doc:`/create_framework/http-kernel-httpkernelinterface` +* :doc:`/create_framework/http-kernel-httpkernel-class` +* :doc:`/create_framework/dependency-injection`