hgweb.cgi
branchstable
changeset 26813 b66e3ca0b90c
parent 26421 4b0fc75f9403
child 43691 47ef023d0165
--- a/hgweb.cgi	Thu Oct 08 23:24:38 2015 +0900
+++ b/hgweb.cgi	Tue Oct 20 15:59:10 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"