make it https while we are at it
Signed-off-by: Ricky Elrod <relrod@redhat.com>
This commit is contained in:
parent
d42c2cf202
commit
6647d16def
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ def construct_url(slug):
|
|||
"""
|
||||
|
||||
# Our long url template.
|
||||
tmpl = "http://infrastructure.fedoraproject.org/cgit/{repo}/commit/?id={slug}"
|
||||
tmpl = "https://infrastructure.fedoraproject.org/cgit/{repo}/commit/?id={slug}"
|
||||
|
||||
repo = repodir + ".git"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue