diff --git a/docs/7.migration/6.pages-and-layouts.md b/docs/7.migration/6.pages-and-layouts.md index 6bf0ac5e1d..73d1c1cbb8 100644 --- a/docs/7.migration/6.pages-and-layouts.md +++ b/docs/7.migration/6.pages-and-layouts.md @@ -83,7 +83,7 @@ In Nuxt 2, you will have defined any nested routes (with parent and child compon If you were passing a custom page key or keep-alive props to ``, you will now use `definePageMeta` to set these options. -:read-more{to="/docs/migration/component-options"} +:read-more{to="/docs/guide/directory-structure/pages#special-metadata"} ### Page and Layout Transitions