diff --git a/doc/languages.rst b/doc/languages.rst index 70fa07a96..040320cf9 100644 --- a/doc/languages.rst +++ b/doc/languages.rst @@ -1138,7 +1138,7 @@ to view the docstring of the syntax checker. Likewise, you may use .. syntax-checker:: ruby-rubocop - Check syntax and lint with `RuboCop `_. + Check syntax and lint with `RuboCop `_. .. note:: diff --git a/flycheck.el b/flycheck.el index a802f7a4b..32d569719 100644 --- a/flycheck.el +++ b/flycheck.el @@ -11062,7 +11062,7 @@ report style issues as well." You need at least RuboCop 0.34 for this syntax checker. -See URL `http://batsov.com/rubocop/'." +See URL `https://rubocop.org/'." ;; ruby-standard is defined based on this checker :command '("rubocop" "--display-cop-names"