From 37179103a0ddff805fa1d70aa769b76a2820aa4d Mon Sep 17 00:00:00 2001 From: Ali Alnubani Date: Mon, 21 Oct 2019 15:06:25 +0000 Subject: [PATCH] docs: Fix link to deployment guide The old format redirects to a nonexistent page when there are multiple versions of the docs. Signed-off-by: Ali Alnubani Signed-off-by: Daniel Axtens (cherry picked from commit 01ae4d15c628038534792f9758152e87820d5e57) --- docs/development/installation.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/development/installation.rst b/docs/development/installation.rst index 7f178818..940f7303 100644 --- a/docs/development/installation.rst +++ b/docs/development/installation.rst @@ -3,8 +3,8 @@ Installation This document describes the necessary steps to configure Patchwork in a development environment. If you are interested in deploying Patchwork in a -production environment, refer to `the deployment guide -`__ instead. +production environment, refer to :doc:`the deployment guide +` instead. To begin, you should clone Patchwork: -- 2.47.3