1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Fix ansicon link. Link to adoxa/ansicon is broken, so change link to github repo.

This commit is contained in:
yui-knk 2014-01-09 12:44:04 +09:00
parent 0e4ac8a7f1
commit 4d5f616600

View file

@ -215,7 +215,7 @@ if Pry::Helpers::BaseHelpers.windows? && !Pry::Helpers::BaseHelpers.windows_ansi
# only fail on jruby (where win32console doesn't work).
# Instead we'll recommend ansicon, which does.
rescue LoadError
warn "For a better pry experience, please use ansicon: http://adoxa.3eeweb.com/ansicon/"
warn "For a better pry experience, please use ansicon: https://github.com/adoxa/ansicon"
end
end