Mercurial > p > roundup > code
diff roundup/cgi/client.py @ 6267:7b6a02611a77
Replace http:....roundup-tracker.org with https.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Wed, 09 Sep 2020 21:30:22 -0400 |
| parents | 3b62c35e824d |
| children | b35a50d02890 |
line wrap: on
line diff
--- a/roundup/cgi/client.py Wed Sep 09 21:30:03 2020 -0400 +++ b/roundup/cgi/client.py Wed Sep 09 21:30:22 2020 -0400 @@ -489,7 +489,7 @@ def handle_xmlrpc(self): if self.env.get('CONTENT_TYPE') != 'text/xml': self.write(b"This is the endpoint of Roundup <a href='" + - b"http://www.roundup-tracker.org/docs/xmlrpc.html'>" + + b"https://www.roundup-tracker.org/docs/xmlrpc.html'>" + b"XML-RPC interface</a>.") return
