@@ -18,7 +18,7 @@ module.exports = api => {
18
18
message : 'Locale' ,
19
19
description : 'Default application language' ,
20
20
default : 'en' ,
21
- link : 'https://vuetifyjs.com/framework /internationalization#getting-started ' ,
21
+ link : 'https://vuetifyjs.com/customization /internationalization' ,
22
22
type : 'list' ,
23
23
choices : locales
24
24
} ,
@@ -27,7 +27,7 @@ module.exports = api => {
27
27
message : 'Custom Theme' ,
28
28
description : 'Specify custom theme values' ,
29
29
default : false ,
30
- link : 'https://vuetifyjs.com/style /theme' ,
30
+ link : 'https://vuetifyjs.com/customization /theme' ,
31
31
type : 'confirm'
32
32
} ,
33
33
{
@@ -84,15 +84,15 @@ module.exports = api => {
84
84
message : 'CSS Variables' ,
85
85
description : 'Create css variables from defined theme' ,
86
86
default : false ,
87
- link : 'https://vuetifyjs.com/style /theme#options' ,
87
+ link : 'https://vuetifyjs.com/customization /theme#options' ,
88
88
type : 'confirm'
89
89
} ,
90
90
{
91
91
name : 'icons' ,
92
92
message : 'Icon font' ,
93
93
description : 'Application icon defaults' ,
94
94
default : 'mdi' ,
95
- link : 'https://vuetifyjs.com/framework /icons#using-custom-icons' ,
95
+ link : 'https://vuetifyjs.com/customization /icons#using-custom-icons' ,
96
96
type : 'list' ,
97
97
choices : iconfonts
98
98
} ,
@@ -101,7 +101,7 @@ module.exports = api => {
101
101
message : 'RTL' ,
102
102
description : 'Enable Right to Left support' ,
103
103
default : false ,
104
- link : 'https://vuetifyjs.com/framework/internationalization# rtl' ,
104
+ link : 'https://vuetifyjs.com/customization/ rtl' ,
105
105
type : 'confirm'
106
106
}
107
107
]
0 commit comments