From 8c0df66b5ed6d40bac1f6cf693559d17e1713566 Mon Sep 17 00:00:00 2001 From: "Gunung P. Wibisono" <55311527+gunungpw@users.noreply.github.com> Date: Tue, 4 Jan 2022 18:39:25 +0700 Subject: [PATCH] fix link formatting --- docs/contribute.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/contribute.rst b/docs/contribute.rst index fd07bc35..a0a2774d 100644 --- a/docs/contribute.rst +++ b/docs/contribute.rst @@ -22,7 +22,7 @@ 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_):: +you can install it via (readmore at `Poetry Installation `_):: curl -sSL https://install.python-poetry.org | python3 - @@ -52,7 +52,6 @@ Your local environment should now be ready to go! .. _Pip: https://pip.pypa.io/ .. _Poetry: https://python-poetry.org/ -.. _Poetry_Installation: https://python-poetry.org/docs/master/#installation .. _Pelican repository: https://github.com/getpelican/pelican Development