diff --git a/web/content/docs/devguide/advanced/python-wheel/index.md b/web/content/docs/devguide/advanced/python-wheel/index.md index 61ad07f9af495e88ec2a93904b0dcec948829f26..bc0e2474a4703f79722eafdbc0018b973a5188a0 100644 --- a/web/content/docs/devguide/advanced/python-wheel/index.md +++ b/web/content/docs/devguide/advanced/python-wheel/index.md @@ -63,7 +63,7 @@ You can test it locally with, e.g. only building for Python 3.10: CIBW_BUILD="cp310*" pipx run cibuildwheel ``` -Please note that on Linux `cibuildwheel` runs the builds inside [`manylinux`](https://github.com/pypa/manylinux) Docker containers. On other platforms the build happens with native tools. See the [cibuildwheel docs](https://cibuildwheel.readthedocs.io/en/stable/#how-it-works) for more information. +Please note that on Linux `cibuildwheel` runs the builds inside [`manylinux`](https://github.com/pypa/manylinux) Docker containers. On other platforms the build happens with native tools. See the [`cibuildwheel` docs](https://cibuildwheel.readthedocs.io/en/stable/#how-it-works) for more information. Wheels are generated in the `wheelhouse/`-folder.