From f2554174ce654961cc330c2dc3d1a2faf9239261 Mon Sep 17 00:00:00 2001 From: Izan Gil <66965250+SrIzan10@users.noreply.github.com> Date: Wed, 17 Jan 2024 21:40:12 +0100 Subject: [PATCH] fix: deployments --- docs/tutorial/en/05-tictactoe/command.md | 2 +- docs/tutorial/en/05-tictactoe/logic.md | 2 +- docs/tutorial/en/05-tictactoe/plugins.md | 2 +- docs/tutorial/en/05-tictactoe/tictactoe.md | 2 +- docs/tutorial/en/05-tictactoe/ui.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/tutorial/en/05-tictactoe/command.md b/docs/tutorial/en/05-tictactoe/command.md index aff2173c4..e28cf2522 100644 --- a/docs/tutorial/en/05-tictactoe/command.md +++ b/docs/tutorial/en/05-tictactoe/command.md @@ -3,7 +3,7 @@ title: command sidebar_position: 2 --- -import GuideFeedback from "../../src/components/GuideFeedback"; +import GuideFeedback from "../../../../src/components/GuideFeedback"; # Commands diff --git a/docs/tutorial/en/05-tictactoe/logic.md b/docs/tutorial/en/05-tictactoe/logic.md index 1be997fb5..a30c3c047 100644 --- a/docs/tutorial/en/05-tictactoe/logic.md +++ b/docs/tutorial/en/05-tictactoe/logic.md @@ -3,7 +3,7 @@ title: Logic sidebar_position: 5 --- -import GuideFeedback from "../../src/components/GuideFeedback"; +import GuideFeedback from "../../../../src/components/GuideFeedback"; ## Game rules - Two players max. diff --git a/docs/tutorial/en/05-tictactoe/plugins.md b/docs/tutorial/en/05-tictactoe/plugins.md index d90429aad..3e8984303 100644 --- a/docs/tutorial/en/05-tictactoe/plugins.md +++ b/docs/tutorial/en/05-tictactoe/plugins.md @@ -3,7 +3,7 @@ title: plugins sidebar_position: 3 --- -import GuideFeedback from "../../src/components/GuideFeedback"; +import GuideFeedback from "../../../../src/components/GuideFeedback"; # What are plugins? diff --git a/docs/tutorial/en/05-tictactoe/tictactoe.md b/docs/tutorial/en/05-tictactoe/tictactoe.md index 62ca89fa1..35b689932 100644 --- a/docs/tutorial/en/05-tictactoe/tictactoe.md +++ b/docs/tutorial/en/05-tictactoe/tictactoe.md @@ -3,7 +3,7 @@ title: intro sidebar_position: 1 --- -import GuideFeedback from "../../src/components/GuideFeedback"; +import GuideFeedback from "../../../../src/components/GuideFeedback"; > How hard can this be? diff --git a/docs/tutorial/en/05-tictactoe/ui.md b/docs/tutorial/en/05-tictactoe/ui.md index a347e24ea..b1369d1fc 100644 --- a/docs/tutorial/en/05-tictactoe/ui.md +++ b/docs/tutorial/en/05-tictactoe/ui.md @@ -3,7 +3,7 @@ title: UI sidebar_position: 4 --- -import GuideFeedback from "../../src/components/GuideFeedback"; +import GuideFeedback from "../../../../src/components/GuideFeedback"; ## Message Components