From 8b35f2738b59fefa31fddb74741d23676f5857be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= <radoslaw.piliszek@gmail.com> Date: Thu, 25 Aug 2022 11:52:37 +0200 Subject: [PATCH] [docs] Fix OVS link Change-Id: I0746dc2d8bbdf9edf06d63407da46b7c63212a0c --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index d3f56185eb..9af0e9467a 100644 --- a/README.rst +++ b/README.rst @@ -97,7 +97,7 @@ Kolla Ansible deploys containers for the following infrastructure components: - `MariaDB and Galera Cluster <https://mariadb.com/kb/en/mariadb/galera-cluster/>`__ for highly available MySQL databases. - `Memcached <https://memcached.org/>`__ a distributed memory object caching system. -- `Open vSwitch <https://openvswitch.org/>`__ for use with Neutron. +- `Open vSwitch <https://www.openvswitch.org/>`__ for use with Neutron. - `RabbitMQ <https://www.rabbitmq.com/>`__ as a messaging backend for communication between services. - `Redis <https://redis.io/>`__ an in-memory data structure store.