docs: minor doc link fix (#2560)

minor doc fix (configuration.md)
This commit is contained in:
mara004
2025-08-18 11:14:13 -04:00
committed by GitHub
parent 0264b4d03a
commit 6425e48fed
+1 -1
View File
@@ -79,7 +79,7 @@ cibuildwheel to run tests, add the following YAML to your CI config file:
You can configure cibuildwheel with a config file, such as `pyproject.toml`.
Options have the same names as the environment variable overrides, but are
placed in `[tool.cibuildwheel]` and are lower case, with dashes, following
common [TOML][https://toml.io] practice. Anything placed in subsections `linux`, `windows`,
common [TOML](https://toml.io) practice. Anything placed in subsections `linux`, `windows`,
`macos`, or `pyodide` will only affect those platforms. Lists can be used
instead of strings for items that are naturally a list. Multiline strings also
work just like in the environment variables. Environment variables will take