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'