diff --git a/scripts/aws/README.ja.md b/scripts/aws/README.ja.md index e8c7c6a81..aa3b6c710 100644 --- a/scripts/aws/README.ja.md +++ b/scripts/aws/README.ja.md @@ -28,7 +28,7 @@ Fargate のタスクはフロントエンドとバックエンドに分かれて 1. 以下のコマンドを実行します。 ```shell - git clone -b aws-cdk-dev2 https://github.com/kazuki306/langflow + git clone -b aws-cdk https://github.com/logspace-ai/langflow.git cd langflow/scripts/aws cp .env.example .env # 環境設定を変える場合はこのファイル(.env)を編集してください。 npm ci diff --git a/scripts/aws/README.md b/scripts/aws/README.md index 06c475ae8..cd5f25b8a 100644 --- a/scripts/aws/README.md +++ b/scripts/aws/README.md @@ -26,7 +26,7 @@ If you just want to deploy resources, you do not need in-depth knowledge of each ![make-cloud9](./img/langflow-cloud9-en.png) 1. Run the following command in the Cloud9 terminal. ```shell - git clone -b aws-cdk-dev2 https://github.com/kazuki306/langflow + git clone -b aws-cdk https://github.com/logspace-ai/langflow.git cd langflow/scripts/aws cp .env.example .env # Edit this file if you need environment settings npm ci