Skip to content

Commit 89a5cfe

Browse files
authored
DOC: Fix bug with link (#1870)
1 parent 8d5d84e commit 89a5cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/options.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,7 @@ Platform-specific environment variables are also available:<br/>
818818
In configuration mode, you can use a [TOML][] table instead of a raw string as shown above.
819819

820820
!!! note
821-
cibuildwheel always defines the environment variable `CIBUILDWHEEL=1`. This can be useful for [building wheels with optional extensions](faq.md#building-packages-with-optional-c-extensions).
821+
cibuildwheel always defines the environment variable `CIBUILDWHEEL=1`. This can be useful for [building wheels with optional extensions](faq.md#optional-extensions).
822822

823823
!!! note
824824
To do its work, cibuildwheel sets the variables `VIRTUALENV_PIP`, `DIST_EXTRA_CONFIG`, `SETUPTOOLS_EXT_SUFFIX`, `PIP_DISABLE_PIP_VERSION_CHECK`, `PIP_ROOT_USER_ACTION`, and it extends the variables `PATH` and `PIP_CONSTRAINT`. Your assignments to these options might be replaced or extended.

0 commit comments

Comments
 (0)