From 21ea0faf8a2231bbb111070ee6cf7f8e672244af Mon Sep 17 00:00:00 2001 From: Luke Pinion <41447688+lwpinion@users.noreply.github.com> Date: Thu, 13 Jul 2023 12:26:49 -0500 Subject: [PATCH] docs: update link to router options (#22131) --- docs/7.migration/7.component-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/7.migration/7.component-options.md b/docs/7.migration/7.component-options.md index 56c05e8dfd..52a36d1430 100644 --- a/docs/7.migration/7.component-options.md +++ b/docs/7.migration/7.component-options.md @@ -104,7 +104,7 @@ See [middleware migration](/docs/migration/plugins-and-middleware). ## `scrollToTop` -This feature is not yet supported in Nuxt 3. If you want to overwrite the default scroll behavior of `vue-router`, you can do so in `~/app/router.options.ts` (see [docs](/docs/guide/directory-structure/pages/#router-options)) for more info. +This feature is not yet supported in Nuxt 3. If you want to overwrite the default scroll behavior of `vue-router`, you can do so in `~/app/router.options.ts` (see [docs](/docs/guide/going-further/custom-routing#router-options)) for more info. ## `transition`