Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(recipes): fix links #3163

Merged
merged 1 commit into from
Sep 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/src/components/ExamplesTutorialsOverview/index.tsx
Original file line number Diff line number Diff line change
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