diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 88b16aa..3115f03 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -14,4 +14,4 @@ Pull requests submitted through GitHub will be ignored. Bugs should be filed on Launchpad, not GitHub: - https://bugs.launchpad.net/oslo + https://bugs.launchpad.net/pbr diff --git a/doc/source/conf.py b/doc/source/conf.py index 385f5e0..49837ec 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,10 +52,10 @@ htmlhelp_basename = '%sdoc' % project # (source start file, target name, title, author, documentclass # [howto/manual]). latex_documents = [ - ('index', - '%s.tex' % project, - u'%s Documentation' % project, - u'OpenStack LLC', 'manual'), + ('index', + '%s.tex' % project, + u'%s Documentation' % project, + u'OpenStack Foundation', 'manual'), ] # Example configuration for intersphinx: refer to the Python standard library.