mercurial/hgweb/hgweb_mod.py
changeset 26421 4b0fc75f9403
parent 26294 1ffc61c4e32e
child 26846 7c1b4840c2cd
--- 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('/'):