mirror of
https://github.com/block/goose.git
synced 2026-05-05 15:30:13 +00:00
fix baseUrl (#8347)
This commit is contained in:
parent
771bc38731
commit
6a594a2094
25 changed files with 192 additions and 213 deletions
|
|
@ -251,13 +251,13 @@ import ContentCardCarousel from '@site/src/components/ContentCardCarousel';
|
|||
type: 'topic',
|
||||
title: 'Enhanced Code Editing with AI Models',
|
||||
description: 'Use AI models to intelligently apply code changes',
|
||||
linkUrl: '/goose/docs/guides/enhanced-code-editing'
|
||||
linkUrl: '/docs/guides/enhanced-code-editing'
|
||||
},
|
||||
{
|
||||
type: 'topic',
|
||||
title: 'Codebase Analysis',
|
||||
description: 'Understand codebases with semantic analysis and call graphs',
|
||||
linkUrl: '/goose/docs/guides/codebase-analysis'
|
||||
linkUrl: '/docs/guides/codebase-analysis'
|
||||
}
|
||||
]}
|
||||
/>
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue