# HG changeset patch # User HackEso # Date 1523207884 -3600 # Node ID ff752d36eb0e2f003c5486e05f9c55d76b5e20a8 # Parent 380e297c7ae5bba92610d41a71920e98481ec2c9 sled bin/url//s,https://hackego.esolangs.org/,https://hack.esolangs.org/, diff -r 380e297c7ae5 -r ff752d36eb0e bin/url --- a/bin/url Sun Apr 08 18:06:28 2018 +0100 +++ b/bin/url Sun Apr 08 18:18:04 2018 +0100 @@ -8,7 +8,7 @@ if re.match(r"/|\.hg(?:/|$)",f): sys.exit("File is outside web-viewable filesystem repository.") elif re.match(r"tmp(?:/|$)",f): - print ("https://hackego.esolangs.org/" + urllib.quote(f)) + print ("https://hack.esolangs.org/" + urllib.quote(f)) else: print ("https://hack.esolangs.org/repo/file/tip/" + urllib.quote(f))