From 2a9766195deea8bcb86fbd68612872009d64e674 Mon Sep 17 00:00:00 2001 From: chenxing Date: Mon, 23 Dec 2019 10:23:52 +0800 Subject: [api-ref] Fix the incorrect link This page[1] doesn't talk about paging or servers_links. The API reference description should link here[2] for talking about paging. [1]https://docs.openstack.org/api-guide/compute/links_and_references.html [2]https://docs.openstack.org/api-guide/compute/paginated_collections.html Change-Id: I4831d5c2b9598e37346f1e65135b11446b2458eb Closes-Bug: #1856241 --- api-ref/source/parameters.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'api-ref') diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index d21c3caf00..6d78d489f8 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -4033,8 +4033,8 @@ instance_actions_next_links: description: | Links pertaining to the instance action. This parameter is returned when paging and more data is available. - See `API Guide / Links and References - `_ + See `Paginated collections + `__ for more info. in: body required: false @@ -4731,8 +4731,8 @@ migration_links_2_23: Links to the migration. This parameter is returned if the migration type is ``live-migration`` and the migration status is one of ``queued``, ``preparing``, ``running`` - and ``post-migrating``. See `API Guide / Links and References - `_ + and ``post-migrating``. See `Paginated collections + `__ for more info. in: body required: false @@ -4754,8 +4754,8 @@ migration_next_links_2_59: description: | Links pertaining to the migration. This parameter is returned when paging and more data is available. - See `API Guide / Links and References - `_ + See `Paginated collections + `__ for more info. in: body required: false @@ -6551,8 +6551,8 @@ servers_links: description: | Links to the next server. It is available when the number of servers exceeds ``limit`` parameter or ``[api]/max_limit`` in the configuration file. - See `API Guide / Links and References - `_ + See `Paginated collections + `__ for more info. in: body type: array -- cgit v1.2.1