Skip to content

Commit 4eb49e3

Browse files
fix(docs): correct tutorial link in guides/getting-started/set-up (#172)
fixed link Signed-off-by: rosario-terranova-nearform <rosario.terranova@nearform.com>
1 parent 4fd67c1 commit 4eb49e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/getting-started/set-up/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Finally, we can initialize the agent and it's ready for use.
192192
Now that you have your agent setup, it's time to start building your application. Head over to the tutorials page to get started.
193193

194194
<DocCardList items={[
195-
{ type: 'link', label: 'Tutorials', href: '../tutorials/index', docId: 'tutorials/index' },
195+
{ type: 'link', label: 'Tutorials', href: '../tutorials', docId: 'tutorials/index' },
196196
{ type: 'link', label: 'Create a Connection', href: '../tutorials/create-a-connection', docId: 'tutorials/create-a-connection' }
197197
]} />
198198

0 commit comments

Comments
 (0)