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

@ -98,13 +98,13 @@ import ContentCardCarousel from '@site/src/components/ContentCardCarousel';
type: 'topic',
title: 'Recipes',
description: 'Check out the Recipes guide for more docs, tools, and resources to help you master goose recipes.',
linkUrl: '/goose/docs/guides/recipes'
linkUrl: '/docs/guides/recipes'
},
{
type: 'topic',
title: 'Research → Plan → Implement Patterns',
description: 'See how slash commands make it easy to integrate instructions into interactive RPI workflows.',
linkUrl: '/goose/docs/tutorials/rpi'
linkUrl: '/docs/tutorials/rpi'
}
]}
/>