Skip to content

Commit d45650f

Browse files
Replacing the HTTP protocal with HTTPS
Change-Id: I9791b6781158c0ddebda636daeea39665b483dd6
1 parent 97504b0 commit d45650f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ironic_python_agent/api/controllers/v1/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def convert(self):
6767
'',
6868
bookmark=True),
6969
link.Link.make_link('describedby',
70-
'http://docs.openstack.org',
70+
'https://docs.openstack.org',
7171
'developer',
7272
'ironic-python-agent',
7373
bookmark=True,

0 commit comments

Comments
 (0)