Skip to content

Commit

Permalink
Update URL for when there's a new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgib committed Dec 1, 2010
1 parent 9ee1c6f commit ee7a05d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.md
@@ -0,0 +1,8 @@
## Downloading

You can grab the [script here](https://github.com/pgib/virtualhost.sh/raw/master/virtualhost.sh) (Option-click to download.)

## Documentation

See the [wiki](https://github.com/pgib/virtualhost.sh/wiki)

4 changes: 2 additions & 2 deletions virtualhost.sh
Expand Up @@ -298,12 +298,12 @@ version_check()

case $resp in
y*|Y*)
$OPEN_COMMAND "http://code.google.com/p/virtualhost-sh/"
$OPEN_COMMAND "https://github.com/pgib/virtualhost.sh"
exit
;;

*)
/bin/echo "Okay. At your convenience, visit: http://code.google.com/p/virtualhost-sh/"
/bin/echo "Okay. At your convenience, visit: https://github.com/pgib/virtualhost.sh"
/bin/echo
;;
esac
Expand Down

0 comments on commit ee7a05d

Please sign in to comment.