Fix markdown formatting error in docs

This commit is contained in:
Ethan Paul 2023-03-01 16:55:21 -05:00
parent 447475ebe0
commit dd61f8c40f
Signed by: enpaul
GPG Key ID: DAF443CA3A2FA6FA
1 changed files with 2 additions and 2 deletions

View File

@ -165,8 +165,8 @@ commands = ...
> **Note:** Setting `poetry_dep_groups = [dev]` on an environment that also installs the
> project package is functionally equivalent to running `poetry install`.
> **Note:** The `install_dev_deps` configuration option is deprecated. See \[Configuration
> Options\](#configuration-options\] for more information.
> **Note:** The `install_dev_deps` configuration option is deprecated. See [Configuration
> Options](#configuration-options) for more information.
Finally, we can also install an unlocked dependency (a dependency which doesn't take its
version from the Poetry lockfile) into the test environment alongside the locked ones. We