Browse Source

Correcting link

Jose Lorenzo Rodriguez 12 years ago
parent
commit
45e3f464c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Model/Behavior/TreeBehavior.php

+ 1 - 1
src/Model/Behavior/TreeBehavior.php

@@ -29,7 +29,7 @@ use Cake\ORM\Table;
  * order will be cached.
  *
  * For more information on what is a nested set and a how it works refer to
- * http://www.sitepoint.com/hierarchical-data-database
+ * http://www.sitepoint.com/hierarchical-data-database-2/
  */
 class TreeBehavior extends Behavior {