mirror of
https://github.com/block/goose.git
synced 2026-05-05 23:40:20 +00:00
fix baseUrl (#8347)
This commit is contained in:
parent
771bc38731
commit
6a594a2094
25 changed files with 192 additions and 213 deletions
|
|
@ -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'
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue