Skip to content

Commit

Permalink
[en] update reference link
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosemoe committed Feb 16, 2024
1 parent 0464aae commit 9392c06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/.vitepress/config/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ function nav(): DefaultTheme.NavItem[] {
},
{
text: 'Reference',
link: '/reference/no-implemention',
link: '/reference/xml-attributes',
activeMatch: '/reference/'
},
{
Expand Down Expand Up @@ -75,8 +75,8 @@ function sidebarReference(): DefaultTheme.SidebarItem[] {
{
items: [
{
text: 'No implemention',
link: 'no-implemention'
text: 'XML Attributes',
link: 'xml-attributes'
}
]
}
Expand Down
1 change: 1 addition & 0 deletions docs/reference/xml-attributes.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# XML Attributes

0 comments on commit 9392c06

Please sign in to comment.