diff mbox series

docs: Fix link to deployment guide

Message ID 20191021150616.16033-2-alialnu@mellanox.com
State Accepted
Headers show
Series docs: Fix link to deployment guide | expand

Commit Message

Ali Alnubani Oct. 21, 2019, 3:06 p.m. UTC
The old format redirects to a nonexistent page when
there are multiple versions of the docs.

Signed-off-by: Ali Alnubani <alialnu@mellanox.com>
---
 docs/development/installation.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Daniel Axtens Oct. 29, 2019, 6:25 a.m. UTC | #1
Applied, thanks Ali.

> The old format redirects to a nonexistent page when
> there are multiple versions of the docs.
>
> Signed-off-by: Ali Alnubani <alialnu@mellanox.com>
> ---
>  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 7f17881..940f730 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:
>  
> -- 
> 2.11.0
>
> _______________________________________________
> Patchwork mailing list
> Patchwork@lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/patchwork
diff mbox series

Patch

diff --git a/docs/development/installation.rst b/docs/development/installation.rst
index 7f17881..940f730 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: