diff --git a/src/guide/component-edge-cases.md b/src/guide/component-edge-cases.md index 969227fc21..718c6cad72 100644 --- a/src/guide/component-edge-cases.md +++ b/src/guide/component-edge-cases.md @@ -1,6 +1,6 @@ # Handling Edge Cases -> This page assumes you've already read the [Components Basics](components.md). Read that first if you are new to components. +> This page assumes you've already read the [Components Basics](component-basics.md). Read that first if you are new to components. :::tip Note All the features on this page document the handling of edge cases, meaning unusual situations that sometimes require bending Vue's rules a little. Note however, that they all have disadvantages or situations where they could be dangerous. These are noted in each case, so keep them in mind when deciding to use each feature.