From 5ce9c8def29fd24846e02a561f829df2f5be0f3d Mon Sep 17 00:00:00 2001 From: laike9m Date: Sat, 25 Jul 2020 12:03:39 -0700 Subject: [PATCH] Updated the link for "Extras", use relative path. Co-authored-by: Arun Babu Neelicattu --- docs/docs/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/cli.md b/docs/docs/cli.md index 6af9aec9db3..d53d2b4de52 100644 --- a/docs/docs/cli.md +++ b/docs/docs/cli.md @@ -116,7 +116,7 @@ poetry install --remove-untracked ``` You can also specify the extras you want installed -by passing the `--E|--extras` option (See [Extras](https://python-poetry.org/docs/pyproject/#extras) for more info) +by passing the `--E|--extras` option (See [Extras](/docs/pyproject/#extras) for more info) ```bash poetry install --extras "mysql pgsql"