Skip to content

Commit 66e56e9

Browse files
author
alokVishu
committed
fix(docs): update documentation link in NavItems.vue
1 parent 5d6e431 commit 66e56e9

File tree

2 files changed

+2
-2
lines changed
  • javascript-version/resources/js/layouts/components
  • typescript-version/resources/ts/layouts/components

2 files changed

+2
-2
lines changed

javascript-version/resources/js/layouts/components/NavItems.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ import VerticalNavLink from '@layouts/components/VerticalNavLink.vue'
270270
:item="{
271271
title: 'Documentation',
272272
icon: 'ri-article-line',
273-
href: 'https://demos.themeselection.com/materio-vuetify-vuejs-laravel-admin-template/documentation/',
273+
href: 'https://demos.themeselection.com/materio-vuetify-vuejs-admin-template/documentation/guide/laravel-integration/folder-structure.html',
274274
target: '_blank',
275275
}"
276276
/>

typescript-version/resources/ts/layouts/components/NavItems.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ import VerticalNavLink from '@layouts/components/VerticalNavLink.vue'
270270
:item="{
271271
title: 'Documentation',
272272
icon: 'ri-article-line',
273-
href: 'https://demos.themeselection.com/materio-vuetify-vuejs-laravel-admin-template/documentation/',
273+
href: 'https://demos.themeselection.com/materio-vuetify-vuejs-admin-template/documentation/guide/laravel-integration/folder-structure.html',
274274
target: '_blank',
275275
}"
276276
/>

0 commit comments

Comments
 (0)