Skip to content

Commit a6077ad

Browse files
fix: update sg
1 parent 8a6e891 commit a6077ad

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

website/.vitepress/config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -134,10 +134,10 @@ export default defineConfig({
134134
items: [
135135
{ text: 'Command Line Interface', link: '/reference/cli.html', collapsed: true,
136136
items: [
137-
{ text: 'sg run', link: '/reference/cli/run.html' },
138-
{ text: 'sg scan', link: '/reference/cli/scan.html' },
139-
{ text: 'sg test', link: '/reference/cli/test.html' },
140-
{ text: 'sg new', link: '/reference/cli/new.html' },
137+
{ text: 'ast-grep run', link: '/reference/cli/run.html' },
138+
{ text: 'ast-grep scan', link: '/reference/cli/scan.html' },
139+
{ text: 'ast-grep test', link: '/reference/cli/test.html' },
140+
{ text: 'ast-grep new', link: '/reference/cli/new.html' },
141141
],
142142
},
143143
{ text: 'Project Config', link: '/reference/sgconfig.html' },

0 commit comments

Comments
 (0)