From 333c5d2386518191f63372d65d728cd08ef4433c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Fri, 28 Oct 2022 16:03:51 -0400 Subject: [PATCH] Point to the syntax page instead of the main page --- lib/smart_todo_cop.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]