Skip to content

Commit b6c36b4

Browse files
committed
Two missed links
Fixes #736 Fixes #737
1 parent cce728e commit b6c36b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/5.x/extend/module-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ class Module extends \yii\base\Module
128128
If Craft has already fully initialized, your callback will be invoked immediately.
129129
:::
130130

131-
In particular, avoid creating [element queries](../element-queries.md) or causing the [Twig environment](../dev/twig-primer.md) to be loaded from your `init()` method. Both can result in race conditions and incomplete initialization.
131+
In particular, avoid creating [element queries](../development/element-queries.md) or causing the [Twig environment](../development/twig.md) to be loaded from your `init()` method. Both can result in race conditions and incomplete initialization.
132132

133133
### Update the application config
134134

0 commit comments

Comments
 (0)