Update URLs in documents according to document migration

Change-Id: I18371b565836357e027b1c618b052ea132f3ef33
This commit is contained in:
melissaml 2017-07-13 14:55:06 +08:00
parent 368ce78d74
commit bb278a4e5c
4 changed files with 5 additions and 5 deletions

View File

@ -20,8 +20,8 @@ Please fill here a long description which must be at least 3 lines wrapped on
Note that this is a hard requirement.
* Free software: Apache license
* Get Started: https://docs.openstack.org/developer/zun/dev/quickstart.html
* Documentation: https://docs.openstack.org/developer/zun
* Get Started: https://docs.openstack.org/zun/latest/dev/quickstart.html
* Documentation: https://docs.openstack.org/zun/latest/
* Source: https://git.openstack.org/cgit/openstack/zun
* Bugs: https://bugs.launchpad.net/zun
* Blueprints:** https://blueprints.launchpad.net/zun

View File

@ -5,7 +5,7 @@ DevStack Integration
This directory contains the files necessary to integrate zun with devstack.
Refer the quickstart guide at
https://docs.openstack.org/developer/zun/dev/quickstart.html
https://docs.openstack.org/zun/latest/dev/quickstart.html
for more information on using devstack and zun.
To install zun into devstack, add the following settings to enable the

View File

@ -59,7 +59,7 @@ This results in a unit test failure with the following output:
.. code-block:: console
: Fields or remotable methods in some objects have changed. Make sure the versions of the objects has been bumped, and update the hashes in the static fingerprints tree (object_data). For more information, read https://docs.openstack.org/developer/zun/objects.html.
: Fields or remotable methods in some objects have changed. Make sure the versions of the objects has been bumped, and update the hashes in the static fingerprints tree (object_data). For more information, read https://docs.openstack.org/zun/latest/.
This is an indication that me adding the 'foo' field to Container means I need
to bump the version of Container, so I increase the version and add a comment

View File

@ -342,7 +342,7 @@ class TestObject(test_base.TestCase, _TestObject):
# object (fields and remotable methods). If either the version or hash
# change, the static tree needs to be updated.
# For more information on object version testing, read
# https://docs.openstack.org/developer/zun/objects.html
# https://docs.openstack.org/zun/latest/
object_data = {
'Container': '1.17-dd8ca54832bf3a0ff78249a5a0ab4143',
'Image': '1.0-0b976be24f4f6ee0d526e5c981ce0633',