Skip to content

Commit

Permalink
docs(settings): fix link to precompiled python binaries (#3851)
Browse files Browse the repository at this point in the history
  • Loading branch information
scop authored Dec 28, 2024
1 parent 6d462d0 commit a706333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.toml
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ optional = true
description = "If true, compile python from source. If false, use precompiled binaries. If not set, use precompiled binaries if available."
docs = """
* Values:
* `true` - always compile with python-build instead of downloading [precompiled binaries](/python.html#precompiled-python-binaries).
* `true` - always compile with python-build instead of downloading [precompiled binaries](/lang/python.html#precompiled-python-binaries).
* `false` - always download precompiled binaries.
* [undefined] - use precompiled binary if one is available for the current platform, compile otherwise.
"""
Expand Down

0 comments on commit a706333

Please sign in to comment.