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:
parent
0e4ac8a7f1
commit
4d5f616600
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…
Reference in a new issue