From c47314b872e1ee689a1481a42d81b4eb5becd4e4 Mon Sep 17 00:00:00 2001 From: Huang YunKun Date: Tue, 18 Mar 2025 14:13:00 +0800 Subject: [PATCH] Fix url link issue in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc2083c..85a7352 100644 --- a/README.md +++ b/README.md @@ -405,7 +405,7 @@ After the CLI mode is started, you can see the start page of AutoAgent: #### Import browser cookies to browser environment -You can import the browser cookies to the browser environment to let the agent better access some specific websites. For more details, please refer to the [cookies](./AutoAgent/environment/cookie_json/README.md) folder. +You can import the browser cookies to the browser environment to let the agent better access some specific websites. For more details, please refer to the [cookies](./autoagent/environment/cookie_json/README.md) folder. #### Add your own API keys for third-party Tool Platforms