diff --git a/src/migration-build.md b/src/migration-build.md index 1e5b4db..fe0ec81 100644 --- a/src/migration-build.md +++ b/src/migration-build.md @@ -198,7 +198,7 @@ The following workflow walks through the steps of migrating an actual Vue 2 app 10. [Upgrade `vue-router` to v4](https://next.router.vuejs.org/index.html). If you also use `vuex-router-sync`, you can replace it with a store getter. - After the upgrade, to use `` and `` with `` requires using the new [scoped-slot based syntax](https://next.router.vuejs.org/index.html#router-view-keep-alive-and-transition). + After the upgrade, to use `` and `` with `` requires using the new [scoped-slot based syntax](https://router.vuejs.org/guide/migration/#router-view-keep-alive-and-transition). [Example commit](https://github.com/vuejs/vue-hackernews-2.0/commit/758961e73ac4089890079d4ce14996741cf9344b)