From 52f5ba76da7bac332303f0e31b0372c78c3466bf Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Thu, 28 Jul 2016 22:22:49 +0200 Subject: [PATCH 1/5] [DependencyInjection] fix toctree --- components/dependency_injection.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dependency_injection.rst b/components/dependency_injection.rst index 43f175b7db0..7b50076940a 100644 --- a/components/dependency_injection.rst +++ b/components/dependency_injection.rst @@ -294,6 +294,6 @@ Learn More :glob: /components/dependency_injection/* - /dependency_injection/* + /service_container/* .. _Packagist: https://packagist.org/packages/symfony/dependency-injection From d65b92f9fe3fbd69f5b358d3516dd6a03376f63e Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Thu, 28 Jul 2016 22:29:37 +0200 Subject: [PATCH 2/5] fix toctree option directive --- components/http_kernel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/http_kernel.rst b/components/http_kernel.rst index 62c57a9912f..dad00c75382 100644 --- a/components/http_kernel.rst +++ b/components/http_kernel.rst @@ -705,7 +705,7 @@ Learn more ---------- .. toctree:: - :maxlength: 1 + :maxdepth: 1 :glob: /reference/events From f78b0960ac89b284c8f92762fe7fc80a66374aa6 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Thu, 28 Jul 2016 22:36:54 +0200 Subject: [PATCH 3/5] fix referenced document name --- components/translation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/translation.rst b/components/translation.rst index 45d5be90726..2b073cccd46 100644 --- a/components/translation.rst +++ b/components/translation.rst @@ -222,7 +222,7 @@ Learn More /components/translation/* /translation /translation/* - /validation/translation + /validation/translations .. _Packagist: https://packagist.org/packages/symfony/translation .. _`ISO 3166-1 alpha-2`: https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes From d1959304306706bbabe456c7a1ca61a40f97fafc Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Thu, 28 Jul 2016 22:40:02 +0200 Subject: [PATCH 4/5] fix image directive syntax --- quick_tour/the_big_picture.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quick_tour/the_big_picture.rst b/quick_tour/the_big_picture.rst index bba61d6c988..1ddd3259990 100644 --- a/quick_tour/the_big_picture.rst +++ b/quick_tour/the_big_picture.rst @@ -183,7 +183,7 @@ about the request, the query parameters, security details and database queries: .. image:: /_images/quick_tour/profiler.png :align: center - : class: with-browser + :class: with-browser This tool provides so much internal information about your application that you may be worried about your visitors accessing sensible information. Symfony From 0d70875a28eb34f7c6cd4f12c141c91c58f65a8b Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Thu, 28 Jul 2016 22:44:06 +0200 Subject: [PATCH 5/5] add missing Composer target link --- setup/composer.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/setup/composer.rst b/setup/composer.rst index 7946145454e..4dabdee8062 100644 --- a/setup/composer.rst +++ b/setup/composer.rst @@ -12,4 +12,5 @@ Since this article was first published, Composer installation has improved a lot Therefore, the original contents of this article have been removed and you are encourage to `install Composer`_ as explained in the official Composer documentation. +.. _`Composer`: https://getcomposer.org/ .. _`install Composer`: https://getcomposer.org/download/