Commit 5e957d33 authored by Fabien Potencier's avatar Fabien Potencier

merged branch sylvaincombes/patch-1 (PR #781)

This PR was merged into the master branch.

Discussion
----------

Bad doc link : correction of the link to the documentation

The link to the doc was wrong (404), fixed.

Commits
-------

8898de0e Bad doc link : correction of the link to the documentation
parents 32c1be4a 8898de0e
......@@ -18,7 +18,7 @@ use Symfony\Component\HttpKernel\Controller\ControllerResolverInterface;
/**
* Enables name_of_service:method_name syntax for declaring controllers.
*
* @link http://silex.sensiolabs.org/doc/cookbook/controllers_as_services.html
* @link http://silex.sensiolabs.org/doc/providers/service_controller.html
*/
class ServiceControllerResolver implements ControllerResolverInterface
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment