diff --git a/openstack/baremetal/v1/_proxy.py b/openstack/baremetal/v1/_proxy.py index 01754b3d7..c79afa9f2 100644 --- a/openstack/baremetal/v1/_proxy.py +++ b/openstack/baremetal/v1/_proxy.py @@ -281,7 +281,7 @@ class Proxy(proxy.Proxy): a normal code and should not be retried. See `Update Node - `_ + `_ for details. :returns: The updated node. diff --git a/openstack/compute/v2/_proxy.py b/openstack/compute/v2/_proxy.py index 1aabbdfb9..bf1cd119f 100644 --- a/openstack/compute/v2/_proxy.py +++ b/openstack/compute/v2/_proxy.py @@ -487,7 +487,7 @@ class Proxy(proxy.Proxy): ``True``, will cause instances with full data to be returned. :param kwargs query: Optional query parameters to be sent to limit the servers being returned. Available parameters can be seen - under https://developer.openstack.org/api-ref/compute/#list-servers + under https://docs.openstack.org/api-ref/compute/#list-servers :returns: A generator of server instances. """ diff --git a/openstack/tests/fakes.py b/openstack/tests/fakes.py index 18129f14f..fc3033072 100644 --- a/openstack/tests/fakes.py +++ b/openstack/tests/fakes.py @@ -159,7 +159,7 @@ def make_fake_server( def make_fake_keypair(name): # Note: this is literally taken from: - # https://developer.openstack.org/api-ref/compute/ + # https://docs.openstack.org/api-ref/compute/ return { "fingerprint": "7e:eb:ab:24:ba:d1:e1:88:ae:9a:fb:66:53:df:d3:bd", "name": name,