diff -r 2fc86d92c4a9 -r 4b0fc75f9403 mercurial/hgweb/hgwebdir_mod.py --- 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('/'):