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"