diff --git a/routing.rst b/routing.rst index 77b035ddd16..941c074cb0d 100644 --- a/routing.rst +++ b/routing.rst @@ -2600,7 +2600,7 @@ same URL, but with the HTTPS scheme. If you want to force a group of routes to use HTTPS, you can define the default scheme when importing them. The following example forces HTTPS on all routes -defined as annotations: +defined as attributes: .. configuration-block::