We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adffd23 commit 5fd7cceCopy full SHA for 5fd7cce
roundup/cgi/client.py
@@ -489,7 +489,7 @@ def main(self):
489
def handle_xmlrpc(self):
490
if self.env.get('CONTENT_TYPE') != 'text/xml':
491
self.write(b"This is the endpoint of Roundup <a href='" +
492
- b"http://www.roundup-tracker.org/docs/xmlrpc.html'>" +
+ b"https://www.roundup-tracker.org/docs/xmlrpc.html'>" +
493
b"XML-RPC interface</a>.")
494
return
495
0 commit comments