From d15efeca89b7b767400e972d6b229f3594ef8924 Mon Sep 17 00:00:00 2001 From: "Gunung P. Wibisono" <55311527+gunungpw@users.noreply.github.com> Date: Fri, 7 Jan 2022 06:03:58 +0700 Subject: [PATCH] fix `install poetry` docs link position --- docs/contribute.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/contribute.rst b/docs/contribute.rst index a0a2774d..99a546a7 100644 --- a/docs/contribute.rst +++ b/docs/contribute.rst @@ -21,8 +21,8 @@ another, so you can use different packages (and package versions) for each. Please note that Python 3.6+ is required for Pelican development. -*(Optional)* If you prefer to install Poetry once for use with multiple projects, -you can install it via (readmore at `Poetry Installation `_):: +*(Optional)* If you prefer to `install Poetry `_ once for use with multiple projects, +you can install it via:: curl -sSL https://install.python-poetry.org | python3 -