Fixes incorrect description URL
A GET to /v1 in the API returns a link to a URL for a repository that is no longer maintained. This commit changes the link to point to the correct documentation. Change-Id: I8779cd1840627ff8759527b7514306293682aaae
This commit is contained in:
parent
17e712b655
commit
3d097f5fdc
@ -68,9 +68,9 @@ class V1(base.APIBase):
|
|||||||
'',
|
'',
|
||||||
bookmark=True),
|
bookmark=True),
|
||||||
link.Link.make_link('describedby',
|
link.Link.make_link('describedby',
|
||||||
'https://github.com',
|
'http://docs.openstack.org',
|
||||||
'rackerlabs',
|
'developer',
|
||||||
'teeth-agent',
|
'ironic-python-agent',
|
||||||
bookmark=True,
|
bookmark=True,
|
||||||
type='text/html')
|
type='text/html')
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user