From f00e0017f0779faba82e739178a92078fd986967 Mon Sep 17 00:00:00 2001 From: Kael Date: Tue, 14 Feb 2023 18:56:21 +1100 Subject: [PATCH] docs(VDefaultsProvider): fix broken link to the api closes #16655 --- packages/docs/src/pages/en/features/global-configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/docs/src/pages/en/features/global-configuration.md b/packages/docs/src/pages/en/features/global-configuration.md index 71596e0fb42..5a0d8ac8928 100644 --- a/packages/docs/src/pages/en/features/global-configuration.md +++ b/packages/docs/src/pages/en/features/global-configuration.md @@ -55,7 +55,7 @@ This is used internally by some components already: - `` has `bg-color="transparent"` when nested within a `` - Lists, chip groups, expansion panels, tabs, and forms all use this system to propagate certain props to their children, for example `` will set the default value of `disabled` to `true` for all `` components inside it. -[v-defaults-provider](/components/default-provider/) can be used to set defaults for components within a specific scope. +[v-defaults-provider](/components/defaults-providers/) can be used to set defaults for components within a specific scope. ## Priority