Skip to content

Commit

Permalink
Fix ansicon link [Fix #1200]
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradIrwin committed Apr 23, 2014
1 parent 487f548 commit 795d064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ module ExtendCommandBundle; end
# Instead we'll recommend ansicon, which does.
rescue LoadError
warn "For a better Pry experience on Windows, please use ansicon:"
warn " http://adoxa.3eeweb.com/ansicon/"
warn " https://github.com/adoxa/ansicon"
end
end

Expand Down

3 comments on commit 795d064

@kyrylo
Copy link
Member

@kyrylo kyrylo commented on 795d064 Apr 23, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Huh? #1087

@yui-knk
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

4817291
this commit changed back, #1087 :)

@ConradIrwin
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The previous link 404d for me. The github link works

Please sign in to comment.