Skip to content

Commit 5fd7cce

Browse files
committed
Replace http:....roundup-tracker.org with https.
1 parent adffd23 commit 5fd7cce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roundup/cgi/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ def main(self):
489489
def handle_xmlrpc(self):
490490
if self.env.get('CONTENT_TYPE') != 'text/xml':
491491
self.write(b"This is the endpoint of Roundup <a href='" +
492-
b"http://www.roundup-tracker.org/docs/xmlrpc.html'>" +
492+
b"https://www.roundup-tracker.org/docs/xmlrpc.html'>" +
493493
b"XML-RPC interface</a>.")
494494
return
495495

0 commit comments

Comments
 (0)