Skip to content

Commit

Permalink
minor #4437 Correct link to scopes page (mayeco)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Nov 10, 2014
2 parents d90e09c + 7a37cb8 commit 8a93c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/console/console_command.rst
Expand Up @@ -78,7 +78,7 @@ service container. In other words, you have access to any configured service::
// ...
}

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

Expand Down

0 comments on commit 8a93c95

Please sign in to comment.