Skip to content

Commit

Permalink
docs(hotfix): fix flaky links (#3312)
Browse files Browse the repository at this point in the history
  • Loading branch information
adnanrahic committed Oct 26, 2023
1 parent 90f3368 commit 3afc02f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/src/components/CoreGettingStartedGuide/index.tsx
Expand Up @@ -9,7 +9,7 @@ import Heading from '@theme/Heading';
const CoreGettingStartedGuides = [
{
name: '馃憞 Install Tracetest Core',
url: './installation',
url: '/core/getting-started/installation',
description: (
<Translate >
Set up Tracetest Core and start trace-based testing your distributed system.
Expand All @@ -19,7 +19,7 @@ const CoreGettingStartedGuides = [
},
{
name: '馃檶 Open Tracetest Core',
url: './open',
url: '/core/getting-started/open',
description: (
<Translate>
After installing it, open Tracetest Core start to creating trace-based tests.
Expand Down
4 changes: 2 additions & 2 deletions docs/src/components/GettingStartedGuide/index.tsx
Expand Up @@ -8,7 +8,7 @@ import Heading from '@theme/Heading';
const GettingStartedGuides = [
{
name: 'Tracetest 馃殌',
url: './installation',
url: '/getting-started/installation',
description: (
<Translate >
Set up Tracetest and start trace-based testing your distributed system.
Expand All @@ -18,7 +18,7 @@ const GettingStartedGuides = [
},
{
name: 'Tracetest Core 馃 ',
url: '../core/getting-started/installation',
url: '/core/getting-started/installation',
description: (
<Translate>
Use the open-source Tracetest Core in your own infrastructure.
Expand Down
4 changes: 2 additions & 2 deletions docs/src/components/WelcomeGuide/index.tsx
Expand Up @@ -29,7 +29,7 @@ const WelcomeGuides = [
},
{
name: '鈿欙笍 Configure trace data stores',
url: '../configuration/overview#supported-trace-data-stores',
url: '/configuration/overview#supported-trace-data-stores',
description: (
<Translate>
Connect your existing trace data store or send traces to Tracetest directly!
Expand All @@ -39,7 +39,7 @@ const WelcomeGuides = [
},
{
name: '馃檮 New to Trace-based Testing?',
url: '../concepts/what-is-trace-based-testing',
url: '/concepts/what-is-trace-based-testing',
description: (
<Translate>
Read about the concepts of trace-based testing to learn more!
Expand Down

0 comments on commit 3afc02f

Please sign in to comment.