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'