diff options
author | Dong-hee Na <donghee.na@python.org> | 2022-08-20 15:11:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-20 15:11:35 (GMT) |
commit | 6ec57e7c5af6816178d34233a4da12eb0c21c9d9 (patch) | |
tree | 32ec5960a518b0de00298947154867aefc7d9cb5 /Doc/using | |
parent | e0d54a4a799dae4ebdd72a16bcf287ed62ae2972 (diff) | |
download | cpython-6ec57e7c5af6816178d34233a4da12eb0c21c9d9.zip cpython-6ec57e7c5af6816178d34233a4da12eb0c21c9d9.tar.gz cpython-6ec57e7c5af6816178d34233a4da12eb0c21c9d9.tar.bz2 |
gh-90536: Fix link syntax to LLVM-BOLT repository (gh-96141)
Diffstat (limited to 'Doc/using')
-rw-r--r-- | Doc/using/configure.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/using/configure.rst b/Doc/using/configure.rst index ef770d7..cd55403 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 |