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