Update docs github.com/paul-gauthier -> github.com/Aider-AI

This commit is contained in:
Paul Gauthier 2024-10-04 12:53:45 -07:00
parent d17bd6ebcc
commit 516e637c39
30 changed files with 47 additions and 47 deletions

View file

@ -40,7 +40,7 @@ By default, aider creates commit messages which follow
[Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
You can customize the
[commit prompt](https://github.com/paul-gauthier/aider/blob/main/aider/prompts.py#L5)
[commit prompt](https://github.com/Aider-AI/aider/blob/main/aider/prompts.py#L5)
with the `--commit-prompt` option.
You can place that on the command line, or
[configure it via a config file or environment variables](https://aider.chat/docs/config.html).