From 2ac32e0f186ec0a2944d9738be3cac09f735f85d Mon Sep 17 00:00:00 2001 From: Jake Yip Date: Tue, 12 Jan 2016 09:32:28 +1100 Subject: [PATCH] Fix broken link in documentation Documentation on developer.openstack.org points to API 2.1 now Change-Id: Ic49279bf2ad66b2467ae49fe87243011e3a8c362 --- novaclient/v2/servers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/novaclient/v2/servers.py b/novaclient/v2/servers.py index 9f78d7fc2..ced864aba 100644 --- a/novaclient/v2/servers.py +++ b/novaclient/v2/servers.py @@ -573,7 +573,7 @@ class ServerManager(base.BootingManagerWithFind): match the search_opts (optional). The search opts format is a dictionary of key / value pairs that will be appended to the query string. For a complete list of keys see: - http://developer.openstack.org/api-ref-compute-v2.html#listServers + http://developer.openstack.org/api-ref-compute-v2.1.html#listServers :param marker: Begin returning servers that appear later in the server list than that represented by this server id (optional). :param limit: Maximum number of servers to return (optional).