From 1a999f084be67e23daaa6b7dbd4c0571e052796c Mon Sep 17 00:00:00 2001 From: melissaml Date: Wed, 6 Sep 2017 11:56:13 +0800 Subject: [PATCH] Update URLs in documents according to document migration Change-Id: I4ef8a26df071746b6855a6a278840abdd77f2607 --- CONTRIBUTING.rst | 12 ++++++------ README.rst | 12 ++++++------ doc/source/install/verify.rst | 4 ++-- setup.cfg | 2 +- trove/common/i18n.py | 2 +- 5 files changed, 16 insertions(+), 16 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 30d8c3b580..4c663ffa6d 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -4,18 +4,18 @@ Contributing Our community welcomes all people interested in open source cloud computing, and encourages you to join the `OpenStack Foundation -`_. +`_. If you would like to contribute to the development of OpenStack, you must follow the steps documented at: - http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow Once those steps have been completed, changes to OpenStack should be submitted for review via the Gerrit tool, following the workflow documented at: - http://docs.openstack.org/infra/manual/developers.html#development-workflow + https://docs.openstack.org/infra/manual/developers.html#development-workflow (Pull requests submitted through GitHub will be ignored.) @@ -27,7 +27,7 @@ We welcome all types of contributions, from blueprint designs to documentation to testing to deployment scripts. The best way to get involved with the community is to talk with others online or at a meetup and offer contributions through our processes, the `OpenStack -wiki `_, blogs, or on IRC at +wiki `_, blogs, or on IRC at ``#openstack-trove`` on ``irc.freenode.net``. @@ -85,10 +85,10 @@ Some other reviewing guidelines: Other references: - https://wiki.openstack.org/wiki/CodeReviewGuidelines - - http://docs.openstack.org/infra/manual/developers.html + - https://docs.openstack.org/infra/manual/developers.html - https://wiki.openstack.org/wiki/ReviewChecklist - https://wiki.openstack.org/wiki/GitCommitMessages - - http://docs.openstack.org/developer/hacking/ + - https://docs.openstack.org/hacking/latest/ - https://review.openstack.org/#/c/116176/ - trove-pylint readme file in tools/trove-pylint.README diff --git a/README.rst b/README.rst index 8696cdf8e4..2a9a2c15b1 100644 --- a/README.rst +++ b/README.rst @@ -2,8 +2,8 @@ Trove ===== -.. image:: http://governance.openstack.org/badges/trove.svg - :target: http://governance.openstack.org/reference/tags/index.html +.. image:: https://governance.openstack.org/tc/badges/trove.svg + :target: https://governance.openstack.org/tc/reference/tags/index.html Trove is Database as a Service for OpenStack. @@ -16,7 +16,7 @@ If you'd like to run from the master branch, you can clone the git repo: * Wiki: https://wiki.openstack.org/wiki/Trove -* Developer Docs: http://docs.openstack.org/developer/trove +* Developer Docs: https://docs.openstack.org/trove/latest/ You can raise bugs here: https://bugs.launchpad.net/trove @@ -28,8 +28,8 @@ References ---------- * Installation docs: - http://docs.openstack.org/developer/trove/dev/install.html + https://docs.openstack.org/trove/latest/install/install.html * Manual installation docs: - http://docs.openstack.org/developer/trove/dev/manual_install.html + https://docs.openstack.org/trove/latest/install/manual_install.html * Build guest image: - http://docs.openstack.org/developer/trove/dev/building_guest_images.html + https://docs.openstack.org/trove/latest/admin/building_guest_images.html diff --git a/doc/source/install/verify.rst b/doc/source/install/verify.rst index 104f7a2fd7..f02eff78cd 100644 --- a/doc/source/install/verify.rst +++ b/doc/source/install/verify.rst @@ -27,7 +27,7 @@ Verify operation of the Database service. #. Add a datastore to trove: - * `Create a trove image `_. + * `Create a trove image `_. Create an image for the type of database you want to use, for example, MySQL, MongoDB, Cassandra. @@ -63,7 +63,7 @@ Verify operation of the Database service. * An alternate method of launching trove guests is to use an existing Linux distro image and `configure the trove guest using Cloud-init - `_ . + `_ . This saves the effort of creating a customized image, but at the cost of a slower startup time. diff --git a/setup.cfg b/setup.cfg index 401df140e4..5e3b39faa8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -5,7 +5,7 @@ description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = https://wiki.openstack.org/wiki/Trove +home-page = https://docs.openstack.org/trove/latest/ classifier = Environment :: OpenStack Intended Audience :: Information Technology diff --git a/trove/common/i18n.py b/trove/common/i18n.py index 1035618e34..7cc071e10b 100644 --- a/trove/common/i18n.py +++ b/trove/common/i18n.py @@ -13,7 +13,7 @@ """oslo.i18n integration module. -See http://docs.openstack.org/developer/oslo.i18n/usage.html +See https://docs.openstack.org/oslo.i18n/latest/user/index.html """