summaryrefslogtreecommitdiff
path: root/novaclient/v2/servers.py
diff options
context:
space:
mode:
Diffstat (limited to 'novaclient/v2/servers.py')
-rw-r--r--novaclient/v2/servers.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/novaclient/v2/servers.py b/novaclient/v2/servers.py
index f9f176d2..43ed34f2 100644
--- a/novaclient/v2/servers.py
+++ b/novaclient/v2/servers.py
@@ -846,7 +846,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:
- https://developer.openstack.org/api-ref/compute/#list-servers
+ https://docs.openstack.org/api-ref/compute/#list-servers
: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).