diff --git a/magnum/api/http_error.py b/magnum/api/http_error.py index 1246e3dfeb..87a763594c 100644 --- a/magnum/api/http_error.py +++ b/magnum/api/http_error.py @@ -53,7 +53,7 @@ class HTTPNotAcceptableAPIVersion(exc.HTTPNotAcceptable): except ValueError: pass - links = {'rel': 'help', 'href': 'http://developer.openstack.org' + links = {'rel': 'help', 'href': 'http://docs.openstack.org' '/api-guide/compute/microversions.html'} err['max_version'] = self.max_version