From f24e635d39de6c040da9dc92273980aee5bc4569 Mon Sep 17 00:00:00 2001 From: Elod Illes Date: Thu, 7 Oct 2021 14:30:38 +0200 Subject: [PATCH] Update leftover x namespace to openstack Tap-as-a-service moved from x/ namespace to under openstack/ but in documentation and some other places still x/ is references. This patch updates those to openstack/. Change-Id: I769332fbc37e967e2cafe7117f3f1a176f0d1c2d --- .gitreview | 2 +- README.rst | 4 ++-- doc/source/conf.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitreview b/.gitreview index 2ce6389a..4b77e2a3 100644 --- a/.gitreview +++ b/.gitreview @@ -1,4 +1,4 @@ [gerrit] host=review.opendev.org port=29418 -project=x/tap-as-a-service.git +project=openstack/tap-as-a-service.git diff --git a/README.rst b/README.rst index 9d0bcf98..470081b6 100644 --- a/README.rst +++ b/README.rst @@ -17,8 +17,8 @@ as an essential infrastructure component that can be utilized for supplying data variety of network analytics and security applications (e.g. IDS). * Free software: Apache license -* API Reference: https://opendev.org/x/tap-as-a-service/src/branch/master/API_REFERENCE.rst -* Source: https://opendev.org/x/tap-as-a-service/ +* API Reference: https://opendev.org/openstack/tap-as-a-service/src/branch/master/API_REFERENCE.rst +* Source: https://opendev.org/openstack/tap-as-a-service/ * Bugs: https://bugs.launchpad.net/tap-as-a-service For installing Tap-as-a-Service with Devstack please read the INSTALL.rst file diff --git a/doc/source/conf.py b/doc/source/conf.py index 9cd1910d..88dd0eb4 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -26,7 +26,7 @@ extensions = [ ] # openstackdocstheme options -repository_name = 'x/tap-as-a-service' +repository_name = 'openstack/tap-as-a-service' bug_project = 'tap-as-a-service' bug_tag = '' html_theme = 'openstackdocs'