diff -r 2fc86d92c4a9 -r 4b0fc75f9403 hgweb.cgi --- a/hgweb.cgi Wed Sep 30 15:31:07 2015 -0500 +++ b/hgweb.cgi Wed Sep 30 15:43:49 2015 -0500 @@ -1,7 +1,7 @@ #!/usr/bin/env python # # An example hgweb CGI script, edit as necessary -# See also http://mercurial.selenic.com/wiki/PublishingRepositories +# See also https://mercurial-scm.org/wiki/PublishingRepositories # Path to repo or hgweb config to serve (see 'hg help hgweb') config = "/path/to/repo/or/config"