This commit is contained in:
Sergei Izmailov 2026-02-01 10:46:02 +09:00 committed by GitHub
parent e251fba475
commit 9b04184cbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -151,7 +151,7 @@ to use PGO with Rust.
As an alternative to directly using the compiler for Profile-Guided Optimization,
you may choose to go with `cargo-pgo`, which has an intuitive command-line API
and saves you the trouble of doing all the manual work. You can read more about
it in [their repository][cargo-pgo].
it in [cargo-pgo repository][cargo-pgo].
[cargo-pgo]: https://github.com/Kobzol/cargo-pgo