Browse Source

Fix doc block.

Mark Story 11 years ago
parent
commit
aa0f2afb42
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Controller/Component.php

+ 1 - 1
src/Controller/Component.php

@@ -53,7 +53,7 @@ use Cake\Log\LogTrait;
  * 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 {