From 26e4a0e78fb643f27bd3fd9eec5028ecd264b1b3 Mon Sep 17 00:00:00 2001 From: Mostafa Ahangarha Date: Fri, 29 Sep 2023 00:33:50 +0330 Subject: [PATCH] Fix the guide url in deprecation message (#359) --- lib/shakapacker/deprecation_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shakapacker/deprecation_helper.rb b/lib/shakapacker/deprecation_helper.rb index 055217489..2e25f5e71 100644 --- a/lib/shakapacker/deprecation_helper.rb +++ b/lib/shakapacker/deprecation_helper.rb @@ -1,7 +1,7 @@ require "thor" module Shakapacker - DEPRECATION_GUIDE_URL = "https://github.com/shakacode/shakapacker/docs/v7_upgrade.md" + DEPRECATION_GUIDE_URL = "https://github.com/shakacode/shakapacker/blob/master/docs/v7_upgrade.md" DEPRECATION_MESSAGE = <<~MSG DEPRECATION NOTICE: