Skip to content

Commit e5a3bb9

Browse files
committed
docs: fix function name
1 parent 6ed8314 commit e5a3bb9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

user_guide_src/source/incoming/routing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ Using Named Routes
329329
==================
330330

331331
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()``
332+
later, and even if the route definition changes, all of the links in your application built with :php:func:`url_to()`
333333
will still work without you having to make any changes. A route is named by passing in the ``as`` option
334334
with the name of the route:
335335

0 commit comments

Comments
 (0)