From 9cc03ac21dfe6df01913f5c03328671c4e5efaff Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 7 Jul 2024 10:14:59 -0300 Subject: [PATCH] copy --- aider/website/HISTORY.md | 2 +- aider/website/docs/usage/lint-test.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/aider/website/HISTORY.md b/aider/website/HISTORY.md index 2bcc3eb9b..741b185d0 100644 --- a/aider/website/HISTORY.md +++ b/aider/website/HISTORY.md @@ -14,7 +14,7 @@ cog.out(text) ### Aider v0.43.0 -- Use `/help ` to ask for help about using aider, customizing settings, troubleshooting, using LLMs, etc. +- Use `/help ` to [ask for help about using aider](https://aider.chat/docs/troubleshooting/support.html), customizing settings, troubleshooting, using LLMs, etc. - Allow multiple use of `/undo`. - All config/env/yml/json files now load from home, git root, cwd and named command line switch. - New `$HOME/.aider/caches` dir for app-wide expendable caches. diff --git a/aider/website/docs/usage/lint-test.md b/aider/website/docs/usage/lint-test.md index 1e628d7e9..a2f53e0c5 100644 --- a/aider/website/docs/usage/lint-test.md +++ b/aider/website/docs/usage/lint-test.md @@ -54,6 +54,6 @@ To do this, provide a `--test-cmd` which both builds and tests the project. You could create a small shell script for this. Or you may be able to do something as simple as -`--test-cmd dotnet "build && dotnet test"`. +`--test-cmd "dotnet build && dotnet test"`.