From e754d67c8c88f22cdcc192e9d19f4fba5182c6e4 Mon Sep 17 00:00:00 2001 From: Tobias Urdin Date: Thu, 17 Nov 2022 09:16:39 +0000 Subject: [PATCH] Update cursive project paths Change-Id: I4c3068f7547fd32439898078871842bdb28b933a --- README.rst | 2 +- doc/source/conf.py | 2 +- releasenotes/source/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 43edede..f7b7dab 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ projects for verifying digital signatures. Additional capabilities will be added to this project in support of various security features. * Free software: Apache license -* Source: http://git.openstack.org/cgit/openstack/cursive +* Source: https://opendev.org/x/cursive * Bugs: http://bugs.launchpad.net/cursive Features diff --git a/doc/source/conf.py b/doc/source/conf.py index 00743e3..d7f2f88 100755 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -76,6 +76,6 @@ latex_documents = [ #intersphinx_mapping = {'http://docs.python.org/': None} # openstackdocstheme options -repository_name = 'openstack/cursive' +repository_name = 'x/cursive' bug_project = 'cursive' bug_tag = 'docs' diff --git a/releasenotes/source/conf.py b/releasenotes/source/conf.py index 4762be1..61403cb 100644 --- a/releasenotes/source/conf.py +++ b/releasenotes/source/conf.py @@ -276,6 +276,6 @@ texinfo_documents = [ locale_dirs = ['locale/'] # openstackdocstheme options -repository_name = 'openstack/cursive' +repository_name = 'x/cursive' bug_project = 'cursive' bug_tag = 'docs'