https://github.com/python/cpython/commit/6ec57e7c5af6816178d34233a4da12eb0c21c9d9 commit: 6ec57e7c5af6816178d34233a4da12eb0c21c9d9 branch: main author: Dong-hee Na <donghee.na at python.org> committer: corona10 <donghee.na92 at gmail.com> date: 2022年08月21日T00:11:35+09:00 summary: gh-90536: Fix link syntax to LLVM-BOLT repository (gh-96141) files: M Doc/using/configure.rst diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index ef770d7747c3..cd5540320c4f 100644 --- a/Doc/using/configure.rst +++ b/Doc/using/configure.rst @@ -235,7 +235,7 @@ also be used to improve performance. .. cmdoption:: --enable-bolt Enable usage of the `BOLT post-link binary optimizer - <https://github.com/llvm/llvm-project/tree/main/bolt>` (disabled by + <https://github.com/llvm/llvm-project/tree/main/bolt>`_ (disabled by default). BOLT is part of the LLVM project but is not always included in their binary