From dd61f8c40f94313beede86be3829b9d60ce89f84 Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Wed, 1 Mar 2023 16:55:21 -0500 Subject: [PATCH] Fix markdown formatting error in docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2cb4c37..a5a04d7 100644 --- a/README.md +++ b/README.md @@ -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