Skip to content

Commit 1373d40

Browse files
committed
docs(navigation): fix example link
1 parent 6503fca commit 1373d40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/.vitepress/navigation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ export default {
22
nav: [
33
{ text: 'Home', link: '/' },
44
{ text: 'Introduction', link: '/introduction' },
5-
{ text: 'Live Example', link: '/playground/' }
5+
{ text: 'Live Example', link: 'https://basics.github.io/vue-semantic-structure/playground/' }
66
],
77

88
sidebar: [

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ hero:
1313
link: /introduction
1414
- theme: alt
1515
text: Live Example
16-
link: /playground/
16+
link: https://basics.github.io/vue-semantic-structure/playground/
1717

1818
features:
1919
- title: Heading

0 commit comments

Comments
 (0)