From 7e9b77d2a28aa5a903aabe14fe0e6ddb018fc769 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 3 Jul 2024 14:59:08 -0300 Subject: [PATCH] fix broken links --- HISTORY.md | 4 ++-- website/_config.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/HISTORY.md b/HISTORY.md index 09c20ff23..55ff8cb57 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -289,13 +289,13 @@ - Added support for `.aiderignore` file, which instructs aider to ignore parts of the git repo. - New `--commit` cmd line arg, which just commits all pending changes with a sensible commit message generated by gpt-3.5. -- Added universal ctags and multiple architectures to the [aider docker image](https://aider.chat/docs/docker.html) +- Added universal ctags and multiple architectures to the [aider docker image](https://aider.chat/docs/install/docker.html) - `/run` and `/git` now accept full shell commands, like: `/run (cd subdir; ls)` - Restored missing `--encoding` cmd line switch. ### Aider v0.14.2 -- Easily [run aider from a docker image](https://aider.chat/docs/docker.html) +- Easily [run aider from a docker image](https://aider.chat/docs/install/docker.html) - Fixed bug with chat history summarization. - Fixed bug if `soundfile` package not available. diff --git a/website/_config.yml b/website/_config.yml index 15e28ec7f..7d8f53af0 100644 --- a/website/_config.yml +++ b/website/_config.yml @@ -28,7 +28,7 @@ aux_links: "Discord": - "https://discord.gg/Tv2uQnR88V" "Blog": - - "/blog" + - "/blog/" nav_external_links: - title: "GitHub"