fix baseUrl (#8347)

This commit is contained in:
Jack Amadeo 2026-04-06 15:27:14 -04:00 committed by GitHub
parent 771bc38731
commit 6a594a2094
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 192 additions and 213 deletions

View file

@ -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'
}
]}
/>
/>