From: Romero Lijkwan Date: Tue, 29 Nov 2022 12:21:22 +0000 (+0100) Subject: docs: remove dead link (#1622) X-Git-Tag: v4.2.0~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9adc01cf1b973f9c1ba0dc0cc4d6cd831dfa1bc;p=thirdparty%2Fvuejs%2Frouter.git docs: remove dead link (#1622) Co-authored-by: Eduardo San Martin Morote --- diff --git a/packages/docs/guide/advanced/transitions.md b/packages/docs/guide/advanced/transitions.md index d951f13d..b824e53e 100644 --- a/packages/docs/guide/advanced/transitions.md +++ b/packages/docs/guide/advanced/transitions.md @@ -5,7 +5,7 @@ title="Learn about route transitions" /> -In order to use transitions on your route components and animate navigations, you need to use the [v-slot API](../../api/#router-view-s-v-slot): +In order to use transitions on your route components and animate navigations, you need to use the v-slot API: ```html