We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed8314 commit e5a3bb9Copy full SHA for e5a3bb9
1 file changed
user_guide_src/source/incoming/routing.rst
@@ -329,7 +329,7 @@ Using Named Routes
329
==================
330
331
You can name routes to make your application less fragile. This applies a name to a route that can be called
332
-later, and even if the route definition changes, all of the links in your application built with ``route_to()``
+later, and even if the route definition changes, all of the links in your application built with :php:func:`url_to()`
333
will still work without you having to make any changes. A route is named by passing in the ``as`` option
334
with the name of the route:
335
0 commit comments