diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f05922..5efb763 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,8 @@ - Chg #162: Replace deprecated `ThrowableResponseFactory` class usage to new one, and remove it (@vjik) - Enh #163: Explicitly import classes, functions, and constants in "use" section (@mspirkov) -- Bug #164: Fix missing items in stack trace HTML output when handling a PHP error (@vjik) +- Bug #164: Fix missing items in stack trace HTML output when handling a PHP error (@vjik) +- Bug #166: Fix broken link to error handling guide (@vjik) ## 4.3.2 January 09, 2026 diff --git a/README.md b/README.md index 28c7a1d..46bfe7e 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,7 @@ $errorHandler = new ErrorHandler($logger, $renderer); ``` For more information about creating your own renders and examples of rendering error data, -[see here](https://github.com/yiisoft/docs/blob/master/guide/en/runtime/handling-errors.md#rendering-error-data). +[see here](https://yiisoft.github.io/docs/guide/runtime/handling-errors.html#rendering-error-data). ### Using a factory to create a response @@ -260,7 +260,7 @@ For example: ## Documentation -- [Yii guide to handling errors](https://github.com/yiisoft/docs/blob/master/guide/en/runtime/handling-errors.md) +- [Yii guide to handling errors](https://yiisoft.github.io/docs/guide/runtime/handling-errors.html) - [Internals](docs/internals.md) If you need help or have a question, the [Yii Forum](https://forum.yiiframework.com/c/yii-3-0/63) is a good place for that. diff --git a/templates/development.php b/templates/development.php index 3af218c..47db4e5 100644 --- a/templates/development.php +++ b/templates/development.php @@ -164,7 +164,7 @@ class="copy-clipboard"
Yii Framework / - Error Handling Guide + Error Handling Guide