The automation to add a rendered link to a PR touching documentation sometimes does not point to the correct file. Example in [rust-forge#918](https://togithub.com/rust-lang/rust-forge/pull/918#issue-3239217119) it points to the file `SUMMARY.md` instead of the new file `repositories.md`, which is more useful to read. I should probably test which files reach [this point](https://github.com/rust-lang/triagebot/blob/817268ed945e3d42048b5b52a53f527a1cacf6d9/src/handlers/rendered_link.rs#L71) and how the file is choosen from the list. (not a big deal, in any case)