diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 28229112c..98cec5b46 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -28,7 +28,7 @@ cog.out(text) - It is the first model capable of writing such large coherent, useful code edits. - Do large refactors or generate multiple files of new code in one go. - Aider now uses `claude-3-5-sonnet-20240620` by default if `ANTHROPIC_API_KEY` is set in the environment. -- [Enabled image support](https://aider.chat/docs/images-urls.html) for 3.5 Sonnet and for GPT-4o & 3.5 Sonnet via OpenRouter (by @yamitzky). +- [Enabled image support](https://aider.chat/docs/usage/images-urls.html) for 3.5 Sonnet and for GPT-4o & 3.5 Sonnet via OpenRouter (by @yamitzky). - Added `--attribute-commit-message` to prefix aider's commit messages with "aider:". - Fixed regression in quality of one-line commit messages. - Automatically retry on Anthropic `overloaded_error`. @@ -345,7 +345,7 @@ cog.out(text) ### Aider v0.12.0 -- [Voice-to-code](https://aider.chat/docs/voice.html) support, which allows you to code with your voice. +- [Voice-to-code](https://aider.chat/docs/usage/voice.html) support, which allows you to code with your voice. - Fixed bug where /diff was causing crash. - Improved prompting for gpt-4, refactor of editblock coder. - [Benchmarked](https://aider.chat/docs/benchmarks.html) at 63.2% for gpt-4/diff, no regression. diff --git a/aider/website/index.md b/aider/website/index.md index 73f71f1b7..8ebc96b17 100644 --- a/aider/website/index.md +++ b/aider/website/index.md @@ -106,7 +106,7 @@ projects like django, scikitlearn, matplotlib, etc. - [Documentation](https://aider.chat/) - [Installation](https://aider.chat/docs/install.html) - [Usage](https://aider.chat/docs/usage.html) -- [Tutorial videos](https://aider.chat/docs/tutorials.html) +- [Tutorial videos](https://aider.chat/docs/usage/tutorials.html) - [Connecting to LLMs](https://aider.chat/docs/llms.html) - [Configuration](https://aider.chat/docs/config.html) - [Troubleshooting](https://aider.chat/docs/troubleshooting.html)