Skip to content

Commit

Permalink
update github links to new repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
jf committed Jul 31, 2013
1 parent 20e89fa commit fee1d18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libexec/rbenv-gemset
Expand Up @@ -22,7 +22,7 @@ fi
if [ "$1" = "version" ] || [ "$1" = "--version" ]; then
echo "rbenv-gemset ${RBENV_GEMSET_VERSION}"
echo "by Jamis Buck <jamis@jamisbuck.org>"
echo "http://github.com/jamis/rbenv-gemset"
echo "http://github.com/jf/rbenv-gemset"
exit
fi

Expand Down Expand Up @@ -66,7 +66,7 @@ if [ -z "$command_path" ]; then
echo " list"
echo " version"
echo
echo "For full documentation, see: https://github.com/jamis/rbenv-gemset#readme"
echo "For full documentation, see: https://github.com/jf/rbenv-gemset#readme"
} >&2
exit 1
fi
Expand Down

0 comments on commit fee1d18

Please sign in to comment.