diff --git a/routing/custom_route_loader.rst b/routing/custom_route_loader.rst index 4d56e5f67de..b383eaf16ae 100644 --- a/routing/custom_route_loader.rst +++ b/routing/custom_route_loader.rst @@ -73,14 +73,14 @@ and configure the service and method to call: .. code-block:: yaml - # app/config/routing.yml + # config/routing.yaml admin_routes: resource: 'admin_route_loader:loadRoutes' type: service .. code-block:: xml - +