diff --git a/src/v2/guide/events.md b/src/v2/guide/events.md index 7496843626..8f14384f30 100644 --- a/src/v2/guide/events.md +++ b/src/v2/guide/events.md @@ -204,7 +204,7 @@ To address this problem, Vue provides **event modifiers** for `v-on`. Recall tha ``` -Unlike the other modifiers, which are exclusive to native DOM events, the `.once` modifier can also be used on [component events](components.html#Using-v-on-with-Custom-Events). If you haven't read about components yet, don't worry about this for now. +Unlike the other modifiers, which are exclusive to native DOM events, the `.once` modifier can also be used on [component events](components-custom-events.html). If you haven't read about components yet, don't worry about this for now. > New in 2.3.0+