diff -r 2fc86d92c4a9 -r 4b0fc75f9403 mercurial/hgweb/hgweb_mod.py --- a/mercurial/hgweb/hgweb_mod.py Wed Sep 30 15:31:07 2015 -0500 +++ b/mercurial/hgweb/hgweb_mod.py Wed Sep 30 15:43:49 2015 -0500 @@ -126,7 +126,7 @@ port = req.env['SERVER_PORT'] port = port != default_port and (':' + port) or '' urlbase = '%s://%s%s' % (proto, req.env['SERVER_NAME'], port) - logourl = self.config('web', 'logourl', 'http://mercurial.selenic.com/') + logourl = self.config('web', 'logourl', 'https://mercurial-scm.org/') logoimg = self.config('web', 'logoimg', 'hglogo.png') staticurl = self.config('web', 'staticurl') or req.url + 'static/' if not staticurl.endswith('/'):