diff --git a/lib/listen/adapter/linux.rb b/lib/listen/adapter/linux.rb index ef197fb4..7963ec77 100644 --- a/lib/listen/adapter/linux.rb +++ b/lib/listen/adapter/linux.rb @@ -21,8 +21,9 @@ class Linux < Base private + WIKI_URL = 'https://github.com/guard/listen'\ - '/wiki/Increasing-the-amount-of-inotify-watchers' + '/blob/master/README.md#increasing-the-amount-of-inotify-watchers' INOTIFY_LIMIT_MESSAGE = <<-EOS.gsub(/^\s*/, '') FATAL: Listen error: unable to monitor directories for changes.