]> piware.de Git - bin.git/blobdiff - workitems.py
workitems: fix https wiki link presentation
[bin.git] / workitems.py
index 6e5777daae087f763910e58f7c3e39918d51814c..e90b09d8b1764262b6472f11e6d86f9f792605a8 100755 (executable)
@@ -437,7 +437,7 @@ def html(db):
     completion.sort(key=lambda k: k[1], reverse=True)
 
     for (bp, percent) in completion:
-        if bp.startswith('http:'):
+        if bp.startswith('http:') or bp.startswith('https:'):
             url = bp
         else:
             url = '%s/ubuntu/+spec/%s' % (blueprints_base_url, escape(bp))