diff --git a/lib/smart_todo_cop.rb b/lib/smart_todo_cop.rb index c3c6e8d..a80b5f1 100644 --- a/lib/smart_todo_cop.rb +++ b/lib/smart_todo_cop.rb @@ -11,7 +11,7 @@ module SmartTodo # @see https://rubocop.readthedocs.io/en/latest/extensions/#loading-extensions class SmartTodoCop < Cop MSG = "Don't write regular TODO comments. Write SmartTodo compatible syntax comments." \ - "For more info please look at https://github.com/shopify/smart_todo" + "For more info please look at https://github.com/Shopify/smart_todo/wiki/Syntax" # @param processed_source [RuboCop::ProcessedSource] # @return [void]