diff --git a/README.md b/README.md index 9af8ebcb3..0070ec23b 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ with sensible commit messages. You can start a new project or work with an existing git repo. Aider is unique in that it lets you ask for changes to [pre-existing, larger codebases](https://aider.chat/docs/repomap.html). Aider works well with GPT 3.5, GPT-4, GPT-4 Turbo with Vision, -and Claude 3 Opus; it also has support for [connecting to almost any LLM](https://aider.chat/docs/connect.html). +and Claude 3 Opus; it also has support for [connecting to almost any LLM](https://aider.chat/docs/llms.html).
@@ -74,7 +74,7 @@ You can find more chat transcripts on the [examples page](https://aider.chat/exa
* Chat with aider about your code by launching `aider` from the command line with set of source files to discuss and edit together. Aider lets the LLM see and edit the content of those files.
* Aider can write and edit code in most popular languages: python, javascript, typescript, php, html, css, etc.
* Aider works well with GPT 3.5, GPT-4, GPT-4 Turbo with Vision,
-and Claude 3 Opus; it also has support for [connecting to almost any LLM](https://aider.chat/docs/connect.html).
+and Claude 3 Opus; it also has support for [connecting to almost any LLM](https://aider.chat/docs/llms.html).
* Request new features, changes, improvements, or bug fixes to your code. Ask for new test cases, updated documentation or code refactors.
* Aider will apply the edits suggested by the LLM directly to your source files.
* Aider will [automatically commit each changeset to your local git repo](https://aider.chat/docs/faq.html#how-does-aider-use-git) with a descriptive commit message. These frequent, automatic commits provide a safety net. It's easy to undo changes or use standard git workflows to manage longer sequences of changes.
diff --git a/docs/faq.md b/docs/faq.md
index 01b1e7c1b..5126281f0 100644
--- a/docs/faq.md
+++ b/docs/faq.md
@@ -2,7 +2,7 @@
# Frequently asked questions
- [How does aider use git?](#how-does-aider-use-git)
-- [Can I use aider with other LLMs, local LLMs, etc?](https://aider.chat/docs/connect.html)
+- [Can I use aider with other LLMs, local LLMs, etc?](https://aider.chat/docs/llms.html)
- [Can I run aider in Google Colab?](#can-i-run-aider-in-google-colab)
- [How can I run aider locally from source code?](#how-can-i-run-aider-locally-from-source-code)
- [Can I script aider?](#can-i-script-aider)
diff --git a/docs/install.md b/docs/install.md
index 10e0781d7..eb5527cc1 100644
--- a/docs/install.md
+++ b/docs/install.md
@@ -5,7 +5,7 @@
- [Get your API key](#get-your-api-key)
- [Windows install](#windows-install)
- [Mac/Linux install](#maclinux-install)
-- [Working with other LLMs](https://aider.chat/docs/connect.html)
+- [Working with other LLMs](https://aider.chat/docs/llms.html)
- [Tutorial videos](#tutorial-videos)
## Install git
@@ -53,7 +53,7 @@ $ aider --anthropic-api-key sk-xxx... --opus
Aider works well with GPT 3.5, GPT-4, GPT-4 Turbo with Vision,
and Claude 3 Opus.
-It also has support for [connecting to almost any LLM](https://aider.chat/docs/connect.html).
+It also has support for [connecting to almost any LLM](https://aider.chat/docs/llms.html).
## Tutorial videos
diff --git a/docs/connect.md b/docs/llms.md
similarity index 100%
rename from docs/connect.md
rename to docs/llms.md