Skip to content

Commit

Permalink
docs(recipes): fix links (#3163)
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed Sep 18, 2023
1 parent ca4307a commit 6895114
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/src/components/ExamplesTutorialsOverview/index.tsx
Expand Up @@ -9,7 +9,7 @@ import Heading from '@theme/Heading';
const ExamplesTutorialsOverview = [
{
name: '👨‍💻 Tutorials',
url: './tutorials',
url: '/examples-tutorials/tutorials',
description: (
<Translate >
Check out the following blog posts with Tracetest-related content.
Expand All @@ -19,7 +19,7 @@ const ExamplesTutorialsOverview = [
},
{
name: '🍱 Recipes',
url: './recipes',
url: '/examples-tutorials/recipes',
description: (
<Translate>
Short, self-contained, and runnable solutions to popular use cases.
Expand All @@ -29,7 +29,7 @@ const ExamplesTutorialsOverview = [
},
{
name: '🎙️ Webinars',
url: './webinars',
url: '/examples-tutorials/webinars',
description: (
<Translate >
Watch on-demand live streams and community calls!
Expand All @@ -39,7 +39,7 @@ const ExamplesTutorialsOverview = [
},
{
name: '📽️ Videos',
url: './videos',
url: '/examples-tutorials/videos',
description: (
<Translate>
Check out Tracetest video guides and conference talks!
Expand Down

0 comments on commit 6895114

Please sign in to comment.