Skip to content

Commit

Permalink
chore: fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
HoangVD2 committed Mar 15, 2024
1 parent 1b941ca commit c38dc50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ export default {
},

editLink: {
pattern: "https://github.com/XDeFi-tech/docs/edit/main/:path",
pattern: "https://github.com/XDeFi-tech/docs-new/edit/main/:path",
text: "Edit this page on GitHub",
},

Expand All @@ -171,7 +171,7 @@ export default {
siteTitle: false,

socialLinks: [
{ icon: "github", link: "https://github.com/XDeFi-tech/docs" },
{ icon: "github", link: "https://github.com/XDeFi-tech" },
{ icon: "twitter", link: "https://twitter.com/xdefi_wallet" },
{ icon: "discord", link: "https://discord.com/invite/xdefiwallet" },
{ icon: { svg: telegramSVG }, link: "https://t.me/xdefi_announcements" },
Expand Down

0 comments on commit c38dc50

Please sign in to comment.