diff --git a/jessie/patch.sh b/jessie/patch.sh index 8b7d210d..d0cc47fd 100755 --- a/jessie/patch.sh +++ b/jessie/patch.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Migrate a svn repository to WHEEZY +# Migrate a repository to WHEEZY # DON'T COMMIT ANYTHING AFTER launching this # reset your subversion repos back to the serverside one! diff --git a/src/alternc-check b/src/alternc-check index 41ed8533..1672275c 100755 --- a/src/alternc-check +++ b/src/alternc-check @@ -200,7 +200,7 @@ if ($r=="8" || $r=="a") { // Send anonymous statistics to AlternC team. if ($r=="100" || $r=="a") { - $f=fopen("http://svn.alternc.org/stats.php?m1=$m1&m2=$m2&m3=$m3&m4=$m4&m5=$m5&m6=$m6&m7=$m7","rb"); + $f=fopen("https://alternc.com/stats.php?m1=$m1&m2=$m2&m3=$m3&m4=$m4&m5=$m5&m6=$m6&m7=$m7","rb"); if ($f) { while ($s=fgets($f,1024)) { } diff --git a/wheezy/patch.sh b/wheezy/patch.sh index 58a63380..83bc8628 100755 --- a/wheezy/patch.sh +++ b/wheezy/patch.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Migrate a svn repository to WHEEZY +# Migrate a repository to WHEEZY # DON'T COMMIT ANYTHING AFTER launching this # reset your subversion repos back to the serverside one!