We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434fed7 commit 7a37cb8Copy full SHA for 7a37cb8
cookbook/console/console_command.rst
@@ -78,7 +78,7 @@ service container. In other words, you have access to any configured service::
78
// ...
79
}
80
81
-However, due to the `container scopes </doc/current/cookbook/service_container/scopes.html>`_ this
+However, due to the :doc:`container scopes </cookbook/service_container/scopes>` this
82
code doesn't work for some services. For instance, if you try to get the ``request``
83
service or any other service related to it, you'll get the following error:
84
0 commit comments