diff --git a/aider/website/docs/faq.md b/aider/website/docs/faq.md index 868af6b19..003c61ecd 100644 --- a/aider/website/docs/faq.md +++ b/aider/website/docs/faq.md @@ -210,7 +210,7 @@ You can also refer to the ## How are the "aider wrote xx% of code" stats computed? [Aider is tightly integrated with git](/docs/git.html) so all -one of aider's code changes are committed to the repo with proper attribution. +of aider's code changes are committed to the repo with proper attribution. The [stats are computed](https://github.com/Aider-AI/aider/blob/main/scripts/blame.py) by doing something like `git blame` on the repo,