ソースを参照

correct links

euromark 11 年 前
コミット
1d3eb13e4e

+ 1 - 1
Model/Behavior/NamedScopeBehavior.php

@@ -34,7 +34,7 @@ App::uses('ModelBehavior', 'Model');
  *
  * @license MIT
  * @author Mark Scherer
- * @link https://github.com/dereuromark/tools/wiki/Model-Behavior-NamedScope
+ * @link https://github.com/dereuromark/cakephp-tools/wiki/Model-Behavior-NamedScope
  */
 class NamedScopeBehavior extends ModelBehavior {
 

+ 0 - 1
Model/Behavior/WhoDidItBehavior.php

@@ -8,7 +8,6 @@
  * @author Marc Würth
  * @version 1.3
  * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
- * @link https://github.com/dereuromark/tools
  */
 
 App::uses('CakeSession', 'Model/Datasource');

+ 2 - 2
README.md

@@ -90,7 +90,7 @@ App::uses('GeocoderBehavior', 'Tools.Model/Behavior');
 ```
 
 Tip: For how to use them, try to find some information in the test cases.
-For a quick reference or some larger modules see the [Tools Plugin Wiki](https://github.com/dereuromark/tools/wiki)
+For a quick reference or some larger modules see the [Tools Plugin Wiki](https://github.com/dereuromark/cakephp-tools/wiki)
 
 For including components, helper and behaviors you don't need App::uses() calls.
 So for a pretty standard CakePHP app with some Tools plugin enhancements, the AppController could look like this:
@@ -114,7 +114,7 @@ public $helpers = array(
 * RSS and Ajax Views for better responses (Ajax also comes with an optional component).
 * testAction() defaults to GET
 
-A full list of fixes and useful migration tweaks towards the next major version see [here](https://github.com/dereuromark/tools/wiki/Included-fixes-and-migration-tweaks).
+A full list of fixes and useful migration tweaks towards the next major version see [here](https://github.com/dereuromark/cakephp-tools/wiki/Included-fixes-and-migration-tweaks).
 
 ### Additional classes and features
 

+ 0 - 1
Test/Fixture/WhoDidItPlayerFixture.php

@@ -5,7 +5,6 @@
  * @author Mark Scherer
  * @author Marc Würth
  * @license MIT License (http://www.opensource.org/licenses/mit-license.php)
- * @link https://github.com/dereuromark/tools
  */
 
 /**