From f97ed15dd3524b395898d2677e1667f047507acd Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 6 Jun 2024 15:14:41 -0700 Subject: [PATCH] fixed broken links --- README.md | 4 ++-- website/_posts/2024-05-02-browser.md | 2 +- website/_posts/2024-05-22-swe-bench-lite.md | 2 +- website/_posts/2024-06-02-main-swe-bench.md | 2 +- website/index.md | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1a1e93eee..b2b3eed18 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,11 @@ for more details.** - Chat with aider about your code: `aider ...` - Ask for changes: - - New features, changes, test cases, improvements. + - New features, test cases, improvements. - Bug fixes, updated docs or code refactors. - Paste in a GitHub issue that needs to be solved. - Aider will edit your files to complete your request. -- Aider [automatically git commits](https://aider.chat/docs/faq.html#how-does-aider-use-git) changes with a sensible commit message. +- Aider [automatically git commits](https://aider.chat/docs/git.html) changes with a sensible commit message. - Aider works with [most popular languages](https://aider.chat/docs/languages.html): python, javascript, typescript, php, html, css, and more... - Aider works best with GPT-4o and Claude 3 Opus and can [connect to almost any LLM](https://aider.chat/docs/llms.html). diff --git a/website/_posts/2024-05-02-browser.md b/website/_posts/2024-05-02-browser.md index 8a658b8c6..acbce74dd 100644 --- a/website/_posts/2024-05-02-browser.md +++ b/website/_posts/2024-05-02-browser.md @@ -38,7 +38,7 @@ nav_order: 800 Use aider's new experimental browser UI to collaborate with LLMs to edit code in your local git repo. Aider will directly edit the code in your local source files, -and [git commit the changes](https://aider.chat/docs/faq.html#how-does-aider-use-git) +and [git commit the changes](https://aider.chat/docs/git.html) with sensible commit messages. You can start a new project or work with an existing git repo. Aider works well with GPT 3.5, GPT-4, GPT-4 Turbo with Vision, diff --git a/website/_posts/2024-05-22-swe-bench-lite.md b/website/_posts/2024-05-22-swe-bench-lite.md index 0317fbfbf..9659f2a2d 100644 --- a/website/_posts/2024-05-22-swe-bench-lite.md +++ b/website/_posts/2024-05-22-swe-bench-lite.md @@ -88,7 +88,7 @@ and to use pytest to run tests. - They could start the chat by pasting in the URL or text of a GitHub issue. Aider will pull in the URL's content and then try and solve the issue. - If aider doesn't produce code that lints and tests clean, the user might decide to revert the changes and try again, maybe using aider with a different LLM this time. -[Aider is tightly integrated with git](https://aider.chat/docs/faq.html#how-does-aider-use-git), +[Aider is tightly integrated with git](https://aider.chat/docs/git.html), so it's always easy to revert AI changes that don't pan out. Outside a benchmark setting, it's probably diff --git a/website/_posts/2024-06-02-main-swe-bench.md b/website/_posts/2024-06-02-main-swe-bench.md index 239093b2f..e164d59b3 100644 --- a/website/_posts/2024-06-02-main-swe-bench.md +++ b/website/_posts/2024-06-02-main-swe-bench.md @@ -103,7 +103,7 @@ and to use pytest to run tests. - They could start the chat by pasting in the URL or text of a GitHub issue. Aider will pull in the URL's content and then try and resolve the issue. - If aider doesn't produce code that lints and tests clean, the user might decide to -[use git to revert the changes](https://aider.chat/docs/faq.html#how-does-aider-use-git), +[use git to revert the changes](https://aider.chat/docs/git.html), and try again with `aider --opus`. ## Aider with GPT-4o alone was SOTA diff --git a/website/index.md b/website/index.md index ed62d02d7..3c58839bd 100644 --- a/website/index.md +++ b/website/index.md @@ -57,11 +57,11 @@ for more details.** - Chat with aider about your code: `aider ...` - Ask for changes: - - New features, changes, test cases, improvements. + - New features, test cases, improvements. - Bug fixes, updated docs or code refactors. - Paste in a GitHub issue that needs to be solved. - Aider will edit your files to complete your request. -- Aider [automatically git commits](https://aider.chat/docs/faq.html#how-does-aider-use-git) changes with a sensible commit message. +- Aider [automatically git commits](https://aider.chat/docs/git.html) changes with a sensible commit message. - Aider works with [most popular languages](https://aider.chat/docs/languages.html): python, javascript, typescript, php, html, css, and more... - Aider works best with GPT-4o and Claude 3 Opus and can [connect to almost any LLM](https://aider.chat/docs/llms.html).