From 1f7bc5a65bf3f2ce46fb4897dc48f648e861eb01 Mon Sep 17 00:00:00 2001 From: Linlang <30293408+SunsetWolf@users.noreply.github.com> Date: Fri, 8 Nov 2024 14:19:06 +0800 Subject: [PATCH] docs: fix url in docs (#478) * Fix the links in documents don't jump properly * recover badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b326740..0ab15729 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ The **[🖥️ Live Demo](https://rdagent.azurewebsites.net/)** is implemented b ``` > **Description of the above example:**
> - Kaggle competition data, contains two parts: competition description file (json file) and competition dataset (zip file). We prepare the competition description file for you, the competition dataset will be downloaded automatically when you run the program, as in the example.
- > - If you want to download the competition description file automatically, you need to install chromedriver, The instructions for installing chromedriver can be found in the [documentation](https://rdagent.readthedocs.io/en/latest/scens/kaggle_agent.html#example-guide-running-a-specific-experiment).
+ > - If you want to download the competition description file automatically, you need to install chromedriver, The instructions for installing chromedriver can be found in the [documentation](https://rdagent.readthedocs.io/en/latest/scens/kaggle_agent.html#example-guide).
> - The **Competition List Available** can be found [here](https://rdagent.readthedocs.io/en/latest/scens/kaggle_agent.html#competition-list-available).
### 🖥️ Monitor the Application Results