mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Merge pull request #1087 from yui-knk/fix-ansicon-link
Fix ansicon link. Link to adoxa/ansicon is broken, so change link to git...
This commit is contained in:
commit
36840ecebf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue