Skip to content

Commit 2a03d3c

Browse files
authored
Merge pull request #39 from superfly/update-api-link
change API section link to new API docs
2 parents 1035a58 + 99b0723 commit 2a03d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astro.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ export default defineConfig({
7171
},
7272
{
7373
label: 'API',
74-
items: [{ label: 'REST API', slug: 'api/rest' }],
74+
items: [{ label: 'Sprites API v1', link: 'https://sprites.dev/api' }],
7575
},
7676
{
7777
label: 'Reference',

0 commit comments

Comments
 (0)