diff --git a/src/api/index.md b/src/api/index.md index c3087b7b3e..03735971b0 100644 --- a/src/api/index.md +++ b/src/api/index.md @@ -1455,7 +1455,7 @@ type: api Toggle's the element's `display` CSS property based on the truthy-ness of the expression value. Triggers transitions if present. -- **See also:** [Conditional Rendering](/guide/conditional.html#v-show) +- **See also:** [Conditional Rendering - v-show](/guide/conditional.html#v-show) ### v-else @@ -1476,7 +1476,7 @@ type: api ``` -- **See also:** [Conditional Rendering](/guide/conditional.html#v-show) +- **See also:** [Conditional Rendering - v-else](/guide/conditional.html#v-else) ### v-for