diff options
author | Ali Alnubani <alialnu@mellanox.com> | 2019-10-21 15:06:25 +0000 |
---|---|---|
committer | Daniel Axtens <dja@axtens.net> | 2019-10-29 17:11:37 +1100 |
commit | 01ae4d15c628038534792f9758152e87820d5e57 (patch) | |
tree | 203fb56d0630851b40ca69cbf78334bc9bfc3660 | |
parent | 005ba0644dab1f386adaf4e603422091bb31cdca (diff) | |
download | patchwork-01ae4d15c628038534792f9758152e87820d5e57.tar patchwork-01ae4d15c628038534792f9758152e87820d5e57.tar.gz |
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 <alialnu@mellanox.com>
Signed-off-by: Daniel Axtens <dja@axtens.net>
-rw-r--r-- | docs/development/installation.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/development/installation.rst b/docs/development/installation.rst index ed9ceb1..03ad67a 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 -</deployment/installation>`__ instead. +production environment, refer to :doc:`the deployment guide +</deployment/installation>` instead. To begin, you should clone Patchwork: |