From ba1c403f71a23462672288f437f3420400454d41 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 7 Jul 2024 07:19:26 -0300 Subject: [PATCH] Fix links --- HISTORY.md | 2 +- aider/website/HISTORY.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 8f994ff77..15f8949f9 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -55,7 +55,7 @@ ### Aider v0.38.0 -- Use `--vim` for [vim keybindings](https://aider.chat/docs/commands.html#vi) in the chat. +- Use `--vim` for [vim keybindings](https://aider.chat/docs/usage/commands.html#vi) in the chat. - [Add LLM metadata](https://aider.chat/docs/llms/warnings.html#specifying-context-window-size-and-token-costs) via `.aider.models.json` file (by @caseymcc). - More detailed [error messages on token limit errors](https://aider.chat/docs/troubleshooting/token-limits.html). - Single line commit messages, without the recent chat messages. diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 356176a09..28229112c 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -66,7 +66,7 @@ cog.out(text) ### Aider v0.38.0 -- Use `--vim` for [vim keybindings](https://aider.chat/docs/commands.html#vi) in the chat. +- Use `--vim` for [vim keybindings](https://aider.chat/docs/usage/commands.html#vi) in the chat. - [Add LLM metadata](https://aider.chat/docs/llms/warnings.html#specifying-context-window-size-and-token-costs) via `.aider.models.json` file (by @caseymcc). - More detailed [error messages on token limit errors](https://aider.chat/docs/troubleshooting/token-limits.html). - Single line commit messages, without the recent chat messages.