From 6537e3737d1511e0669601f1ee1c7e62542d330c Mon Sep 17 00:00:00 2001 From: Greyson LaLonde Date: Wed, 24 Sep 2025 11:41:33 -0400 Subject: [PATCH] fix: correct directory name in quickstart documentation --- docs/en/quickstart.mdx | 2 +- docs/ko/quickstart.mdx | 2 +- docs/pt-BR/quickstart.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/en/quickstart.mdx b/docs/en/quickstart.mdx index 9c86fc333..08a36c207 100644 --- a/docs/en/quickstart.mdx +++ b/docs/en/quickstart.mdx @@ -27,7 +27,7 @@ Follow the steps below to get Crewing! 🚣‍♂️ ```shell Terminal - cd latest-ai-development + cd latest_ai_development ``` diff --git a/docs/ko/quickstart.mdx b/docs/ko/quickstart.mdx index 4231fbbde..7db5ad175 100644 --- a/docs/ko/quickstart.mdx +++ b/docs/ko/quickstart.mdx @@ -27,7 +27,7 @@ mode: "wide" ```shell Terminal - cd latest-ai-development + cd latest_ai_development ``` diff --git a/docs/pt-BR/quickstart.mdx b/docs/pt-BR/quickstart.mdx index 55bf425fd..04fb3bd23 100644 --- a/docs/pt-BR/quickstart.mdx +++ b/docs/pt-BR/quickstart.mdx @@ -27,7 +27,7 @@ Siga os passos abaixo para começar a tripular! 🚣‍♂️ ```shell Terminal - cd latest-ai-development + cd latest_ai_development ```