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:
Mario Villaplana 2015-09-15 15:39:41 +00:00 committed by John L. Villalovos
parent 17e712b655
commit 3d097f5fdc

View File

@ -68,9 +68,9 @@ class V1(base.APIBase):
'',
bookmark=True),
link.Link.make_link('describedby',
'https://github.com',
'rackerlabs',
'teeth-agent',
'http://docs.openstack.org',
'developer',
'ironic-python-agent',
bookmark=True,
type='text/html')
]