--- onathena	2008-06-03 02:18:25.000000000 -0400
+++ onathena-star	2008-06-16 01:10:01.000000000 -0400
@@ -88,18 +88,18 @@
 
 echo
 echo "Your new copy of $sname will appear on the web at a URL"
-echo "that starts with http://scripts.mit.edu/~$lname/"
+echo "that starts with http://$lname.scripts.mit.edu/"
 echo "Please decide upon a complete URL and enter it below."
-echo "You must enter one or more characters after ~$lname/"
+echo "You must enter one or more characters after /"
 echo "The completed address must only contain a-z, 0-9, and /."
-printf "Desired address: http://scripts.mit.edu/~$lname/"
+printf "Desired address: http://$lname.scripts.mit.edu/"
 read addrend
 
 addrend=`perl -0e 'print $ARGV[0] =~ /^([\w\/-]*[\w-])\/*$/' -- "$addrend"`
 if [ "$addrend" = "" ]; then
 	echo
 	echo "ERROR:"
-	echo "You must enter one or more characters after ~$lname/"
+	echo "You must enter one or more characters after /"
 	echo "The completed address must only contain a-z, 0-9, and /."
 	exit 1
 fi
@@ -232,7 +232,7 @@
 echo
 echo "== Installation complete! =="
 echo "You should now be able to access your new copy of $sname at"
-echo "http://scripts.mit.edu/~$lname/$addrend/"
+echo "http://$lname.scripts.mit.edu/$addrend/"
 echo "(You can replace the http with https if you want to use encryption)"
 echo "If you have trouble accessing it, feel free to contact"
 echo "the scripts.mit.edu team by e-mailing scripts@mit.edu"
