diff mbox series

[ovs-dev] Fix a link.

Message ID 294911691847425@2nmvwtstv3l3allg.iva.yp-c.yandex.net
State Accepted
Headers show
Series [ovs-dev] Fix a link. | expand

Checks

Context Check Description
ovsrobot/apply-robot success apply and check: success
ovsrobot/github-robot-_Build_and_Test success github build: passed
ovsrobot/github-robot-_ovn-kubernetes fail github build: failed

Commit Message

Igor Zhukov Aug. 12, 2023, 1:37 p.m. UTC
The server returns 404 for the previous link.

Signed-off-by: Igor Zhukov <fsb4000@yandex.ru>
---
 ovn-architecture.7.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Mark Michelson Aug. 14, 2023, 5:47 p.m. UTC | #1
Thank you Igor.

Acked-by: Mark Michelson <mmichels@redhat.com>

Since this is such a small change, I went ahead and applied it to all 
OVN branches from main back to 22.03.

On 8/12/23 09:37, Igor Zhukov wrote:
> The server returns 404 for the previous link.
> 
> Signed-off-by: Igor Zhukov <fsb4000@yandex.ru>
> ---
>   ovn-architecture.7.xml | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ovn-architecture.7.xml b/ovn-architecture.7.xml
> index a2a87ec28..96294fe2b 100644
> --- a/ovn-architecture.7.xml
> +++ b/ovn-architecture.7.xml
> @@ -1806,7 +1806,7 @@
>   
>     <p>
>       For more information on L3 gateway high availability, please refer to
> -    http://docs.ovn.org/en/latest/topics/high-availability.
> +    http://docs.ovn.org/en/latest/topics/high-availability.html.
>     </p>
>   
>     <h3>Restrictions of Distributed Gateway Ports</h3>
diff mbox series

Patch

diff --git a/ovn-architecture.7.xml b/ovn-architecture.7.xml
index a2a87ec28..96294fe2b 100644
--- a/ovn-architecture.7.xml
+++ b/ovn-architecture.7.xml
@@ -1806,7 +1806,7 @@ 
 
   <p>
     For more information on L3 gateway high availability, please refer to
-    http://docs.ovn.org/en/latest/topics/high-availability.
+    http://docs.ovn.org/en/latest/topics/high-availability.html.
   </p>
 
   <h3>Restrictions of Distributed Gateway Ports</h3>