diff --git a/src/Controller/Component.php b/src/Controller/Component.php index 4ed7f6f7677..1af998d89ee 100644 --- a/src/Controller/Component.php +++ b/src/Controller/Component.php @@ -53,7 +53,7 @@ * While the controller is not an explicit argument for the callback methods it * is the subject of each event and can be fetched using Event::subject(). * - * @link http://book.cakephp.org/2.0/en/controllers/components.html + * @link http://book.cakephp.org/3.0/en/controllers/components.html * @see Controller::$components */ class Component implements EventListener {