Skip to content

Commit

Permalink
fix: update links
Browse files Browse the repository at this point in the history
  • Loading branch information
HerringtonDarkholme committed Jun 13, 2023
1 parent b8c5c17 commit 2395cf2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ export default defineConfig({
text: 'Links',
items: [
{ text: 'Playground', link: '/playground' },
{ text: 'Roadmap', link: '/links/roadmap' },
{ text: 'Docs.rs', link: 'https://docs.rs/ast-grep-core/0.1.2/ast_grep_core/' },
{ text: 'Discord', link: 'https://discord.com/invite/4YZjf6htSQ'},
{ text: 'Docs.rs', link: 'https://docs.rs/ast-grep-core/latest/ast_grep_core/' },
],
collapsed: true,
},
Expand Down

0 comments on commit 2395cf2

Please sign in to comment.