From 0d7f24b0ccc5573cac5d098032b2fc9a216a67d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garz=C3=B3n?= Date: Sat, 29 Nov 2014 00:54:07 +0100 Subject: [PATCH 1/3] Update link title to match cookbook article title Article title updated since c9fe05b3b1a03fa196e80b22472eb3a7eb0be0a5 --- book/page_creation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/page_creation.rst b/book/page_creation.rst index f3acbfb120e..650f303e7ff 100644 --- a/book/page_creation.rst +++ b/book/page_creation.rst @@ -898,7 +898,7 @@ The extension alias (configuration key) can also be used: .. note:: See the cookbook article: - :doc:`How to expose a Semantic Configuration for a Bundle ` + :doc:`How to Load Service Configuration inside a Bundle ` for information on adding configuration for your own bundle. .. index:: From c20288b588714274afa86a173bf8792e33a72ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garz=C3=B3n?= Date: Sat, 29 Nov 2014 10:51:21 +0100 Subject: [PATCH 2/3] Remove title from link to use default title --- book/page_creation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/page_creation.rst b/book/page_creation.rst index 650f303e7ff..222c6a5633d 100644 --- a/book/page_creation.rst +++ b/book/page_creation.rst @@ -898,7 +898,7 @@ The extension alias (configuration key) can also be used: .. note:: See the cookbook article: - :doc:`How to Load Service Configuration inside a Bundle ` + :doc:`/cookbook/bundles/extension` for information on adding configuration for your own bundle. .. index:: From fffcf8780485224fc38641d7c8167733311d1434 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Garz=C3=B3n?= Date: Sat, 29 Nov 2014 11:26:56 +0100 Subject: [PATCH 3/3] Format paragraph structure --- book/page_creation.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/book/page_creation.rst b/book/page_creation.rst index 222c6a5633d..085f98e9cc6 100644 --- a/book/page_creation.rst +++ b/book/page_creation.rst @@ -897,9 +897,8 @@ The extension alias (configuration key) can also be used: .. note:: - See the cookbook article: - :doc:`/cookbook/bundles/extension` - for information on adding configuration for your own bundle. + See the cookbook article: :doc:`/cookbook/bundles/extension` for + information on adding configuration for your own bundle. .. index:: single: Environments; Introduction