summaryrefslogtreecommitdiff
path: root/rubocop/cop/sidekiq_load_balancing/worker_data_consistency.rb
diff options
context:
space:
mode:
Diffstat (limited to 'rubocop/cop/sidekiq_load_balancing/worker_data_consistency.rb')
-rw-r--r--rubocop/cop/sidekiq_load_balancing/worker_data_consistency.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/rubocop/cop/sidekiq_load_balancing/worker_data_consistency.rb b/rubocop/cop/sidekiq_load_balancing/worker_data_consistency.rb
index 34c3767ad11..7fe308d6b40 100644
--- a/rubocop/cop/sidekiq_load_balancing/worker_data_consistency.rb
+++ b/rubocop/cop/sidekiq_load_balancing/worker_data_consistency.rb
@@ -26,7 +26,7 @@ module RuboCop
class WorkerDataConsistency < RuboCop::Cop::Base
include CodeReuseHelpers
- HELP_LINK = 'https://docs.gitlab.com/ee/development/sidekiq_style_guide.html#job-data-consistency-strategies'
+ HELP_LINK = 'https://docs.gitlab.com/ee/development/sidekiq/worker_attributes.html#job-data-consistency-strategies'
MSG = <<~MSG
Should define data_consistency expectation.