From fa68b784edf74dda40d1d2b76c6786cdb8566f0a Mon Sep 17 00:00:00 2001 From: Lucas Alvares Gomes Date: Wed, 10 May 2023 15:28:26 +0100 Subject: [PATCH] Publish docs at docs.openstack.org The project is now part of openstack/governance, we now can publish the documentation at docs.openstack.org instead of readthedocs. Change-Id: I2a1577c1b7c12aba9ac91cd4b4857959fe1327da Signed-off-by: Lucas Alvares Gomes --- README.rst | 2 +- zuul.d/project.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 0bb74231..898daf79 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ OVN BGP Agent The OVN BGP Agent allows to expose VMs/Containers through BGP on OVN * Free software: Apache license -* Documentation: https://ovn-bgp-agent.readthedocs.io +* Documentation: https://docs.openstack.org/ovn-bgp-agent * Source: https://opendev.org/openstack/ovn-bgp-agent * Bugs: https://bugs.launchpad.net/ovn-bgp-agent diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index fb974d17..085148d7 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -3,6 +3,6 @@ - openstack-python3-zed-jobs - openstack-cover-jobs - release-notes-jobs-python3 - - docs-on-readthedocs + - publish-openstack-docs-pti vars: rtd_webhook_id: '224878'