Link to docs.civicrm.org instead of wiki
authorKevin Cristiano <kcristiano@kcristiano.com>
Wed, 27 Nov 2019 20:46:53 +0000 (15:46 -0500)
committerGitHub <noreply@github.com>
Wed, 27 Nov 2019 20:46:53 +0000 (15:46 -0500)
CRM/Upgrade/Incremental/General.php

index 67763939fffee382306d4b3411cbb8e60ae737cb..f933d4a0d24046eae2f185fc9b23651149e38fa5 100644 (file)
@@ -136,7 +136,7 @@ class CRM_Upgrade_Incremental_General {
     }, array_keys($messages), $messages);
 
     $message .= '<br />' . ts("The default copies of the message templates listed below will be updated to handle new features or correct a problem. Your installation has customized versions of these message templates, and you will need to apply the updates manually after running this upgrade. <a href='%1' style='color:white; text-decoration:underline; font-weight:bold;' target='_blank'>Click here</a> for detailed instructions. %2", [
-      1 => 'http://wiki.civicrm.org/confluence/display/CRMDOC/Message+Templates#MessageTemplates-UpgradesandCustomizedSystemWorkflowTemplates',
+      1 => 'https://docs.civicrm.org/user/en/latest/email/message-templates/#modifying-system-workflow-message-templates',
       2 => '<ul>' . implode('', $messagesHtml) . '</ul>',
     ]);
 
@@ -213,7 +213,7 @@ class CRM_Upgrade_Incremental_General {
       $html = "<ul>" . $html . "<ul>";
 
       $message .= '<br />' . ts("The default copies of the message templates listed below will be updated to handle new features or correct a problem. Your installation has customized versions of these message templates, and you will need to apply the updates manually after running this upgrade. <a href='%1' style='color:white; text-decoration:underline; font-weight:bold;' target='_blank'>Click here</a> for detailed instructions. %2", [
-        1 => 'http://wiki.civicrm.org/confluence/display/CRMDOC/Message+Templates#MessageTemplates-UpgradesandCustomizedSystemWorkflowTemplates',
+        1 => 'https://docs.civicrm.org/user/en/latest/email/message-templates/#modifying-system-workflow-message-templates',
         2 => $html,
       ]);
     }