Skip to content

Commit 6425e48

Browse files
authored
docs: minor doc link fix (#2560)
minor doc fix (configuration.md)
1 parent 0264b4d commit 6425e48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ cibuildwheel to run tests, add the following YAML to your CI config file:
7979
You can configure cibuildwheel with a config file, such as `pyproject.toml`.
8080
Options have the same names as the environment variable overrides, but are
8181
placed in `[tool.cibuildwheel]` and are lower case, with dashes, following
82-
common [TOML][https://toml.io] practice. Anything placed in subsections `linux`, `windows`,
82+
common [TOML](https://toml.io) practice. Anything placed in subsections `linux`, `windows`,
8383
`macos`, or `pyodide` will only affect those platforms. Lists can be used
8484
instead of strings for items that are naturally a list. Multiline strings also
8585
work just like in the environment variables. Environment variables will take

0 commit comments

Comments
 (0)