From 3c339c54a922518a31d199a3d2fda058937da6ea Mon Sep 17 00:00:00 2001 From: Sorin Dumitrescu Date: Wed, 3 Feb 2016 15:57:47 +0200 Subject: [PATCH 1/2] Updated "Learn more from the Cookbook" section Added missing links from the cookbook. --- book/routing.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/book/routing.rst b/book/routing.rst index c33f49c6b0e..c67b0a634ee 100644 --- a/book/routing.rst +++ b/book/routing.rst @@ -1608,5 +1608,12 @@ Learn more from the Cookbook ---------------------------- * :doc:`/cookbook/routing/scheme` +* :doc:`/current/cookbook/routing/slash_in_parameter` +* :doc:`/current/cookbook/routing/redirect_in_config` +* :doc:`/current/cookbook/routing/method_parameters` +* :doc:`/current/cookbook/routing/service_container_parameters` +* :doc:`/current/cookbook/routing/custom_route_loader` +* :doc:`/current/cookbook/routing/redirect_trailing_slash` +* :doc:`/current/cookbook/routing/extra_information` .. _`FOSJsRoutingBundle`: https://github.com/FriendsOfSymfony/FOSJsRoutingBundle From ad797ecc8e1b0d32a42d7a08c4fb6b2d71ad693f Mon Sep 17 00:00:00 2001 From: Sorin Dumitrescu Date: Mon, 8 Feb 2016 14:03:16 +0200 Subject: [PATCH 2/2] Corrected links for "read more" section Removed `/current` prefix --- book/routing.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/book/routing.rst b/book/routing.rst index c67b0a634ee..f09789b3bef 100644 --- a/book/routing.rst +++ b/book/routing.rst @@ -1608,12 +1608,12 @@ Learn more from the Cookbook ---------------------------- * :doc:`/cookbook/routing/scheme` -* :doc:`/current/cookbook/routing/slash_in_parameter` -* :doc:`/current/cookbook/routing/redirect_in_config` -* :doc:`/current/cookbook/routing/method_parameters` -* :doc:`/current/cookbook/routing/service_container_parameters` -* :doc:`/current/cookbook/routing/custom_route_loader` -* :doc:`/current/cookbook/routing/redirect_trailing_slash` -* :doc:`/current/cookbook/routing/extra_information` +* :doc:`/cookbook/routing/slash_in_parameter` +* :doc:`/cookbook/routing/redirect_in_config` +* :doc:`/cookbook/routing/method_parameters` +* :doc:`/cookbook/routing/service_container_parameters` +* :doc:`/cookbook/routing/custom_route_loader` +* :doc:`/cookbook/routing/redirect_trailing_slash` +* :doc:`/cookbook/routing/extra_information` .. _`FOSJsRoutingBundle`: https://github.com/FriendsOfSymfony/FOSJsRoutingBundle