Skip to content

Commit

Permalink
docs(navigation): fix example link
Browse files Browse the repository at this point in the history
  • Loading branch information
ThornWalli committed Sep 23, 2024
1 parent 6503fca commit 1373d40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vitepress/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ export default {
nav: [
{ text: 'Home', link: '/' },
{ text: 'Introduction', link: '/introduction' },
{ text: 'Live Example', link: '/playground/' }
{ text: 'Live Example', link: 'https://basics.github.io/vue-semantic-structure/playground/' }
],

sidebar: [
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ hero:
link: /introduction
- theme: alt
text: Live Example
link: /playground/
link: https://basics.github.io/vue-semantic-structure/playground/

features:
- title: Heading
Expand Down

0 comments on commit 1373d40

Please sign in to comment.