diff --git a/docs/1.getting-started/5.transitions.md b/docs/1.getting-started/5.transitions.md index 542701afbb..9f47e7cdc7 100644 --- a/docs/1.getting-started/5.transitions.md +++ b/docs/1.getting-started/5.transitions.md @@ -20,7 +20,7 @@ export default defineNuxtConfig({ ``` ::alert{type=warning} -If you are changing layouts as well as page, the page transition you set here will not run. Instead, you should set a layout transition. +If you are changing layouts as well as page, the page transition you set here will not run. Instead, you should set a [layout transition](/docs/getting-started/transitions#layout-transitions). :: To start adding transition between your pages, add the following CSS to your [`app.vue`](/docs/guide/directory-structure/app):