Skip to content

Commit

Permalink
doc: https:// on screenshots and packages.debian.org URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
nodiscc committed Mar 22, 2020
1 parent 61e7a42 commit 621ac31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/gen_package_lists.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def get_package_metadata(package):
records.lookup((f, index))
short_desc = records.short_desc
long_desc = records.long_desc.replace(' .', '')
screenshot_url = 'http://screenshots.debian.net/thumbnail/{}'.format(package)
pdo_url = 'http://packages.debian.org/buster/{}'.format(package)
screenshot_url = 'https://screenshots.debian.net/thumbnail/{}'.format(package)
pdo_url = 'https://packages.debian.org/buster/{}'.format(package)
return short_desc, long_desc, screenshot_url, pdo_url, version


Expand Down

0 comments on commit 621ac31

Please sign in to comment.