--- a/mercurial/hgweb/hgwebdir_mod.py Wed Sep 30 15:31:07 2015 -0500
+++ b/mercurial/hgweb/hgwebdir_mod.py Wed Sep 30 15:43:49 2015 -0500
@@ -459,7 +459,7 @@
start = url[-1] == '?' and '&' or '?'
sessionvars = webutil.sessionvars(vars, start)
- logourl = config('web', 'logourl', 'http://mercurial.selenic.com/')
+ logourl = config('web', 'logourl', 'https://mercurial-scm.org/')
logoimg = config('web', 'logoimg', 'hglogo.png')
staticurl = config('web', 'staticurl') or url + 'static/'
if not staticurl.endswith('/'):