ソースを参照

Fix link in comment

Matt Alexander 12 年 前
コミット
dedefee87e
1 ファイル変更1 行追加1 行削除
  1. 1 1
      lib/Cake/basics.php

+ 1 - 1
lib/Cake/basics.php

@@ -259,7 +259,7 @@ if (!function_exists('am')) {
  * @param array Third array
  * @param array Etc...
  * @return array All array parameters merged into one
- * @link http://book.cakephp.org/2.0/en/development/debugging.html#am
+ * @link http://book.cakephp.org/2.0/en/core-libraries/global-constants-and-functions.html#am
  */
 	function am() {
 		$r = array();