Skip to content

Commit 8dcdc18

Browse files
committed
Fix broken links
1 parent af4fb3d commit 8dcdc18

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,5 @@ We release this guide under the [Terms of Yii Documentation](https://www.yiifram
147147

148148
## Extras
149149

150-
- [Cookbook](../../cookbook/en/README.md)
150+
- [Cookbook](../cookbook/index.md)
151151
- [Glossary](glossary.md)

src/guide/intro/upgrade-from-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Upgrading from Version 2.0
22

3-
> If you haven't used Yii2, you can skip this section and get directly to "[getting started](../start/installation.md)"
3+
> If you haven't used Yii2, you can skip this section and get directly to "[getting started](../start/prerequisites.md)"
44
> section.
55
66
While sharing some common ideas and values, Yii 3 is conceptually different from Yii 2. There is no easy upgrade

src/guide/runtime/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Using the Yii logging framework involves the following steps:
1111

1212
* Record [log messages](#log-messages) at various places in your code;
1313
* Configure [log targets](#log-targets) in the application configuration to filter and export log messages;
14-
* Examine the filtered logged messages exported by different targets (e.g. the [Yii debugger](../tool/debugger.md)).
14+
* Examine the filtered logged messages exported by different targets (e.g. the Yii debugger).
1515

1616
In this section, the focus in on the first two steps.
1717

src/guide/security/best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ if (!in_array($sortBy, ['title', 'created_at', 'status'])) {
2828
}
2929
```
3030

31-
In Yii, most probably you'll use [form validation](../input/validation.md) to do similar checks.
31+
In Yii, most probably you'll use form validation to do similar checks.
3232

3333
Further reading on the topic:
3434

0 commit comments

Comments
 (0)