summaryrefslogtreecommitdiff
path: root/lib/pry/pry_class.rb
diff options
context:
space:
mode:
authorMatthieu <matthieu.crampon@gmail.com>2018-12-21 11:53:44 +0100
committerMatthieu <matthieu.crampon@gmail.com>2018-12-21 11:53:44 +0100
commit43c2be711616f053ae5762009387d074807da83f (patch)
treece60064174c17e967e375667f7aaab759b732263 /lib/pry/pry_class.rb
parent92be9226643af88a7ae49422342991602941ae13 (diff)
downloadpry-43c2be711616f053ae5762009387d074807da83f.tar.gz
Update link to Readline fix
The previous link was broken.
Diffstat (limited to 'lib/pry/pry_class.rb')
-rw-r--r--lib/pry/pry_class.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pry/pry_class.rb b/lib/pry/pry_class.rb
index 72618388..c0cdab6d 100644
--- a/lib/pry/pry_class.rb
+++ b/lib/pry/pry_class.rb
@@ -314,7 +314,7 @@ you can add "Pry.config.windows_console_warning = false" to your pryrc.
warn <<-EOT
Readline version #{Readline::VERSION} detected - will not auto_resize! correctly.
For the fix, use GNU Readline instead:
- https://github.com/guard/guard/wiki/Add-proper-Readline-support-to-Ruby-on-Mac-OS-X
+ https://github.com/guard/guard/wiki/Add-Readline-support-to-Ruby-on-Mac-OS-X
EOT
return
end