fix baseUrl (#8347)
This commit is contained in:
@@ -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'
|
||||
}
|
||||
]}
|
||||
/>
|
||||
/>
|
||||
|
||||
@@ -124,7 +124,7 @@ The script has been created and read aloud using the specified voices and style.
|
||||
Press play and hear it for yourself! 🔊
|
||||
|
||||
<audio controls>
|
||||
<source src="/goose/audio/elevenlabs-mcp-demo.mp3" type="audio/mpeg" />
|
||||
<source src="/audio/elevenlabs-mcp-demo.mp3" type="audio/mpeg" />
|
||||
Your browser does not support the audio element.
|
||||
</audio>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user