Skip to content

Commit

Permalink
changing @link in containable behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Oct 15, 2011
1 parent 91d0a08 commit d406889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Cake/Model/Behavior/ContainableBehavior.php
Expand Up @@ -24,7 +24,7 @@
* the amount of associations and data returned.
*
* @package Cake.Model.Behavior
* @link http://book.cakephp.org/view/1323/Containable
* @link http://book.cakephp.org/2.0/en/core-libraries/behaviors/containable.html
*/
class ContainableBehavior extends ModelBehavior {

Expand Down Expand Up @@ -225,7 +225,7 @@ public function beforeFind($Model, $query) {
*
* @param Model $Model Model on which binding restriction is being applied
* @return void
* @link http://book.cakephp.org/view/1323/Containable#Using-Containable-1324
* @link http://book.cakephp.org/2.0/en/core-libraries/behaviors/containable.html#using-containable
*/
public function contain($Model) {
$args = func_get_args();
Expand Down

0 comments on commit d406889

Please sign in to comment.