From 51cfbe6b00ca2852dfd071c691df2b5241f49514 Mon Sep 17 00:00:00 2001 From: hydai Date: Thu, 9 Jan 2025 18:46:14 +0800 Subject: [PATCH] docs: fix missing link Signed-off-by: hydai --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c22cfc50..13f324766 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ for more details. - Update docs. - Aider will edit your files to complete your request. - Aider [automatically git commits](https://aider.chat/docs/git.html) changes with a sensible commit message. -- [Use aider inside your favorite editor or IDE](/docs/usage/watch.html). +- [Use aider inside your favorite editor or IDE](https://aider.chat/docs/usage/watch.html). - Aider works with [most popular languages](https://aider.chat/docs/languages.html): python, javascript, typescript, php, html, css, and more... - Aider can edit multiple files at once for complex requests. - Aider uses a [map of your entire git repo](https://aider.chat/docs/repomap.html), which helps it work well in larger codebases.