diff --git a/routing.rst b/routing.rst index 4728ab8bf74..526fd6b5408 100644 --- a/routing.rst +++ b/routing.rst @@ -224,7 +224,7 @@ with a locale. This can be done by defining a different prefix for each locale # config/routes/annotations.yaml controllers: - resource: '../src/Controller/' + resource: '../../src/Controller/' type: annotation prefix: en: '' # don't prefix URLs for English, the default locale