From 540c0c796a3617062da1d06def4f7a7cf34100ed Mon Sep 17 00:00:00 2001 From: Mike Scherbakov Date: Fri, 18 Dec 2015 12:28:24 -0800 Subject: [PATCH] Updated repo link, basic info in docs Change-Id: I337ddecca9964353cf5f6e7cdf2c01f0a3815181 --- doc/source/conf.py | 6 +++--- doc/source/tutorials/wordpress.rst | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 6b3514ca..be42c0bc 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -52,8 +52,8 @@ master_doc = 'index' # General information about the project. project = u'Solar' -copyright = u'2015, Mirantis' -author = u'Mirantis' +copyright = u'2015-present, OpenStack Foundation.' +author = u'OpenStack' # The version info for the project you're documenting, acts as replacement for # |version| and |release|, also used in various other places throughout the @@ -228,7 +228,7 @@ latex_elements = { # author, documentclass [howto, manual, or own class]). latex_documents = [ (master_doc, 'Solar.tex', u'Solar Documentation', - u'Mirantis', 'manual'), + u'OpenStack Foundation', 'manual'), ] # The name of an image file (relative to this directory) to place at the top of diff --git a/doc/source/tutorials/wordpress.rst b/doc/source/tutorials/wordpress.rst index 79b8038c..c87aca02 100644 --- a/doc/source/tutorials/wordpress.rst +++ b/doc/source/tutorials/wordpress.rst @@ -13,7 +13,7 @@ First checkout Solar repo and start vagrant. We need two virtual machines. One w .. code-block:: bash - git clone https://github.com/Mirantis/solar.git + git clone https://github.com/openstack/solar.git cd solar vagrant up solar-dev solar-dev1 vagrant ssh solar-dev