@@ -18,7 +18,7 @@ module.exports = api => {
1818 message : 'Locale' ,
1919 description : 'Default application language' ,
2020 default : 'en' ,
21- link : 'https://vuetifyjs.com/framework /internationalization#getting-started ' ,
21+ link : 'https://vuetifyjs.com/customization /internationalization' ,
2222 type : 'list' ,
2323 choices : locales
2424 } ,
@@ -27,7 +27,7 @@ module.exports = api => {
2727 message : 'Custom Theme' ,
2828 description : 'Specify custom theme values' ,
2929 default : false ,
30- link : 'https://vuetifyjs.com/style /theme' ,
30+ link : 'https://vuetifyjs.com/customization /theme' ,
3131 type : 'confirm'
3232 } ,
3333 {
@@ -84,15 +84,15 @@ module.exports = api => {
8484 message : 'CSS Variables' ,
8585 description : 'Create css variables from defined theme' ,
8686 default : false ,
87- link : 'https://vuetifyjs.com/style /theme#options' ,
87+ link : 'https://vuetifyjs.com/customization /theme#options' ,
8888 type : 'confirm'
8989 } ,
9090 {
9191 name : 'icons' ,
9292 message : 'Icon font' ,
9393 description : 'Application icon defaults' ,
9494 default : 'mdi' ,
95- link : 'https://vuetifyjs.com/framework /icons#using-custom-icons' ,
95+ link : 'https://vuetifyjs.com/customization /icons#using-custom-icons' ,
9696 type : 'list' ,
9797 choices : iconfonts
9898 } ,
@@ -101,7 +101,7 @@ module.exports = api => {
101101 message : 'RTL' ,
102102 description : 'Enable Right to Left support' ,
103103 default : false ,
104- link : 'https://vuetifyjs.com/framework/internationalization# rtl' ,
104+ link : 'https://vuetifyjs.com/customization/ rtl' ,
105105 type : 'confirm'
106106 }
107107 ]
0 commit comments