Skip to content

Commit 0e1293d

Browse files
committed
Updated syntax
1 parent d395fb8 commit 0e1293d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

reference/configuration/framework.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -1151,8 +1151,8 @@ default_uri
11511151

11521152
**type**: ``string``
11531153

1154-
The default URI used to generate URLs in a non-HTTP context (see
1155-
:doc:`Generating URLs in Commands </routing>`).
1154+
The default URI used to generate URLs in a non-HTTP context (see
1155+
:ref:`Generating URLs in Commands <router-generate-urls-commands>`).
11561156

11571157
http_port
11581158
.........

routing.rst

+2
Original file line numberDiff line numberDiff line change
@@ -2055,6 +2055,8 @@ If you need to generate URLs dynamically or if you are using pure JavaScript
20552055
code, this solution doesn't work. In those cases, consider using the
20562056
`FOSJsRoutingBundle`_.
20572057

2058+
.. _router-generate-urls-commands:
2059+
20582060
Generating URLs in Commands
20592061
~~~~~~~~~~~~~~~~~~~~~~~~~~~
20602062

0 commit comments

Comments
 (0)