Skip to content

Commit 32c8a4e

Browse files
authored
Fix #166: Fix broken link to error handling guide
1 parent 8482678 commit 32c8a4e

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
- Chg #162: Replace deprecated `ThrowableResponseFactory` class usage to new one, and remove it (@vjik)
66
- Enh #163: Explicitly import classes, functions, and constants in "use" section (@mspirkov)
7-
- Bug #164: Fix missing items in stack trace HTML output when handling a PHP error (@vjik)
7+
- Bug #164: Fix missing items in stack trace HTML output when handling a PHP error (@vjik)
8+
- Bug #166: Fix broken link to error handling guide (@vjik)
89

910
## 4.3.2 January 09, 2026
1011

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ $errorHandler = new ErrorHandler($logger, $renderer);
124124
```
125125

126126
For more information about creating your own renders and examples of rendering error data,
127-
[see here](https://github.com/yiisoft/docs/blob/master/guide/en/runtime/handling-errors.md#rendering-error-data).
127+
[see here](https://yiisoft.github.io/docs/guide/runtime/handling-errors.html#rendering-error-data).
128128

129129
### Using a factory to create a response
130130

@@ -260,7 +260,7 @@ For example:
260260

261261
## Documentation
262262

263-
- [Yii guide to handling errors](https://github.com/yiisoft/docs/blob/master/guide/en/runtime/handling-errors.md)
263+
- [Yii guide to handling errors](https://yiisoft.github.io/docs/guide/runtime/handling-errors.html)
264264
- [Internals](docs/internals.md)
265265

266266
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.

templates/development.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ class="copy-clipboard"
164164
<p>
165165
<a href="https://www.yiiframework.com/" target="_blank" rel="noopener noreferrer">Yii Framework</a>
166166
/
167-
<a href="https://github.com/yiisoft/docs/blob/master/guide/en/runtime/handling-errors.md" target="_blank" rel="noopener noreferrer">Error Handling Guide</a>
167+
<a href="https://yiisoft.github.io/docs/guide/runtime/handling-errors.html" target="_blank" rel="noopener noreferrer">Error Handling Guide</a>
168168
</p>
169169
</div>
170170

0 commit comments

Comments
 (0)