From 8e5d5aabe14d11c4e27492e01efd99c3c9ddc29a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=BCtikofer?= Date: Wed, 10 Jun 2020 10:42:40 +0200 Subject: [PATCH] Broken Link: Index -> Managing Environments Just a very small change to fix the link from the main page to the managing environments page. --- docs/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/index.md b/docs/docs/index.md index 9fe5b372c61..02f25b0f123 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -28,7 +28,7 @@ curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poet !!! note You only need to install Poetry once. It will automatically pick up the current - Python version and use it to [create virtualenvs](/docs/managing-environments.md) accordingly. + Python version and use it to [create virtualenvs](/docs/managing-environments) accordingly. The installer installs the `poetry` tool to Poetry's `bin` directory. On Unix it is located at `$HOME/.poetry/bin` and on Windows at `%USERPROFILE%\.poetry\bin`.