From e92e31123297a9cbdbbc45ed71e430f3df9cc3ae Mon Sep 17 00:00:00 2001 From: Daniel Alvarez Date: Fri, 20 Mar 2020 15:53:57 +0100 Subject: [PATCH] [ovn] Documentation: Fix broken links in the OVN Doc This patch is fixing the links that got broken after the split from OVS. Also adding: http://dani.foroselectronica.es/category/openstack/ovn/ to the blog references. Change-Id: I6c8ff0056f7f0792e41fba0b93d6af3defb7d453 Signed-off-by: Daniel Alvarez --- doc/source/admin/ovn/ovn.rst | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/doc/source/admin/ovn/ovn.rst b/doc/source/admin/ovn/ovn.rst index 4083f882fee..d301f5025fc 100644 --- a/doc/source/admin/ovn/ovn.rst +++ b/doc/source/admin/ovn/ovn.rst @@ -10,30 +10,30 @@ The original OVN project announcement can be found here: The OVN architecture is described here: -* http://www.openvswitch.org/support/dist-docs/ovn-architecture.7.html +* http://www.ovn.org/support/dist-docs/ovn-architecture.7.html Here are two tutorials that help with learning different aspects of OVN: -* http://blog.spinhirne.com/p/blog-series.html#introToOVN -* http://docs.openvswitch.org/en/stable/tutorials/ovn-sandbox/ +* https://blog.spinhirne.com/posts/an-introduction-to-ovn/a-primer-on-ovn/ +* https://docs.ovn.org/en/stable/tutorials/ovn-sandbox.html There is also an in depth tutorial on using OVN with OpenStack: -* http://docs.openvswitch.org/en/stable/tutorials/ovn-openstack/ +* https://docs.ovn.org/en/stable/tutorials/ovn-openstack.html OVN DB schemas and other man pages: -* http://www.openvswitch.org/support/dist-docs/ovn-nb.5.html -* http://www.openvswitch.org/support/dist-docs/ovn-sb.5.html -* http://www.openvswitch.org/support/dist-docs/ovn-nbctl.8.html -* http://www.openvswitch.org/support/dist-docs/ovn-sbctl.8.html -* http://www.openvswitch.org/support/dist-docs/ovn-northd.8.html -* http://www.openvswitch.org/support/dist-docs/ovn-controller.8.html -* http://www.openvswitch.org/support/dist-docs/ovn-controller-vtep.8.html +* http://www.ovn.org/support/dist-docs/ovn-nb.5.html +* http://www.ovn.org/support/dist-docs/ovn-sb.5.html +* http://www.ovn.org/support/dist-docs/ovn-nbctl.8.html +* http://www.ovn.org/support/dist-docs/ovn-sbctl.8.html +* http://www.ovn.org/support/dist-docs/ovn-northd.8.html +* http://www.ovn.org/support/dist-docs/ovn-controller.8.html +* http://www.ovn.org/support/dist-docs/ovn-controller-vtep.8.html or find a full list of OVS and OVN man pages here: -* http://docs.openvswitch.org/en/latest/ref/ +* http://docs.ovn.org/en/latest/ref/ The openvswitch web page includes a list of presentations, some of which are about OVN: @@ -70,3 +70,4 @@ These blog resources may also help with testing and understanding OVN: * http://galsagie.github.io/sdn/openstack/ovs/2015/04/26/ovn-containers/ * http://blog.russellbryant.net/2015/04/21/ovn-and-openstack-status-2015-04-21/ * http://blog.russellbryant.net/2015/04/08/ovn-and-openstack-integration-development-update/ +* http://dani.foroselectronica.es/category/openstack/ovn/