Merge "use HTTPS for tarball links"
This commit is contained in:
commit
3e1f8525fe
@ -135,7 +135,7 @@ class DeliverableDirectiveBase(rst.Directive):
|
|||||||
@staticmethod
|
@staticmethod
|
||||||
def _tarball_link(version, repo):
|
def _tarball_link(version, repo):
|
||||||
return '`{v} <{s}/{n}/{n}-{v}.tar.gz>`__'.format(
|
return '`{v} <{s}/{n}/{n}-{v}.tar.gz>`__'.format(
|
||||||
s='http://tarballs.openstack.org',
|
s='https://tarballs.openstack.org',
|
||||||
v=version,
|
v=version,
|
||||||
n=repo.rsplit('/')[-1],
|
n=repo.rsplit('/')[-1],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user