diff --git a/src/v2/guide/forms.md b/src/v2/guide/forms.md index 49c36dd1a3..615746919f 100644 --- a/src/v2/guide/forms.md +++ b/src/v2/guide/forms.md @@ -382,4 +382,4 @@ If you want user input to be trimmed automatically, you can add the `trim` modif > If you're not yet familiar with Vue's components, you can skip this for now. -HTML's built-in input types won't always meet your needs. Fortunately, Vue components allow you to build reusable inputs with completely customized behavior. These inputs even work with `v-model`! To learn more, read about [custom inputs](components.html#Form-Input-Components-using-Custom-Events) in the Components guide. +HTML's built-in input types won't always meet your needs. Fortunately, Vue components allow you to build reusable inputs with completely customized behavior. These inputs even work with `v-model`! To learn more, read about [custom inputs](components.html#Using-v-model-on-Components) in the Components guide.