From eeb170895f87e30f853c5082e4f3e92ff8999af5 Mon Sep 17 00:00:00 2001 From: larnu Date: Sat, 29 Nov 2014 19:49:16 +0100 Subject: [PATCH] fix structure-actions.md link --- docs/guide-ja/runtime-handling-errors.md | 2 +- docs/guide-zh-CN/runtime-handling-errors.md | 2 +- docs/guide/runtime-handling-errors.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide-ja/runtime-handling-errors.md b/docs/guide-ja/runtime-handling-errors.md index db1ac2b258..645088ecfb 100644 --- a/docs/guide-ja/runtime-handling-errors.md +++ b/docs/guide-ja/runtime-handling-errors.md @@ -6,7 +6,7 @@ Yii は、エラー処理を従来よりはるかに快適な経験にしてく * 致命的でない全ての PHP エラー (警告や通知) は捕捉可能な例外に変換されます。 * 例外と致命的な PHP エラーは、デバッグモードでは、詳細なコールスタック情報とソースコード行とともに表示されます。 -* エラーを表示するために専用の [コントローラアクション](structure-actions.md) を使うことがサポートされています。 +* エラーを表示するために専用の [コントローラアクション](structure-controllers.md#actions) を使うことがサポートされています。 * さまざまなエラーレスポンス形式をサポートしています。 [[yii\web\ErrorHandler|エラーハンドラ]] は既定で有効になっています。アプリケーションの [エントリスクリプト](structure-entry-scripts.md) diff --git a/docs/guide-zh-CN/runtime-handling-errors.md b/docs/guide-zh-CN/runtime-handling-errors.md index 1cb5af740d..58671238b2 100644 --- a/docs/guide-zh-CN/runtime-handling-errors.md +++ b/docs/guide-zh-CN/runtime-handling-errors.md @@ -6,7 +6,7 @@ Yii错误处理器做以下工作来提升错误处理效果: * 所有非致命PHP错误(如,警告,提示)会转换成可获取异常; * 异常和致命的PHP错误会被显示,在调试模式会显示详细的函数调用栈和源代码行数。 -* 支持使用专用的 [控制器操作](structure-actions.md) 来显示错误; +* 支持使用专用的 [控制器操作](structure-controllers.md#actions) 来显示错误; * 支持不同的错误响应格式; [[yii\web\ErrorHandler|error handler]] 错误处理器默认启用, diff --git a/docs/guide/runtime-handling-errors.md b/docs/guide/runtime-handling-errors.md index c4b7be597e..560a2b22c6 100644 --- a/docs/guide/runtime-handling-errors.md +++ b/docs/guide/runtime-handling-errors.md @@ -7,7 +7,7 @@ experience than before. In particular, the Yii error handler does the followings * All non-fatal PHP errors (e.g. warnings, notices) are converted into catchable exceptions. * Exceptions and fatal PHP errors are displayed with detailed call stack information and source code lines in debug mode. -* Supports using a dedicated [controller action](structure-actions.md) to display errors. +* Supports using a dedicated [controller action](structure-controllers.md#actions) to display errors. * Supports different error response formats. The [[yii\web\ErrorHandler|error handler]] is enabled by default. You may disable it by defining the constant