Skip to content

Commit 8a93c95

Browse files
committed
minor #4437 Correct link to scopes page (mayeco)
This PR was submitted for the 2.5 branch but it was merged into the 2.3 branch instead (closes #4437). Discussion ---------- Correct link to scopes page The current link to scopes page dont work, this is the correct link to the page Commits ------- 7a37cb8 changes from xabbuh 434fed7 Correct link to scopes page
2 parents d90e09c + 7a37cb8 commit 8a93c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/console/console_command.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ service container. In other words, you have access to any configured service::
7878
// ...
7979
}
8080

81-
However, due to the `container scopes </cookbook/service_container/scopes>`_ this
81+
However, due to the :doc:`container scopes </cookbook/service_container/scopes>` this
8282
code doesn't work for some services. For instance, if you try to get the ``request``
8383
service or any other service related to it, you'll get the following error:
8484

0 commit comments

Comments
 (0)