From 952ea1d2e3b3bdd501cf43e1b45fb8c6c33bf625 Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Tue, 17 Nov 2020 11:17:41 +1300 Subject: [PATCH] Update civicrm.module @MikeyMJCO probably has a better suggestion..... Update civicrm.module Co-authored-by: Mikey O'Toole Update civicrm.module Co-authored-by: Mikey O'Toole --- civicrm.module | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/civicrm.module b/civicrm.module index dadf15413..df5b82124 100644 --- a/civicrm.module +++ b/civicrm.module @@ -189,9 +189,9 @@ function civicrm_initialize() { } // get ready for problems - $docLinkInstall = "http://wiki.civicrm.org/confluence/display/CRMDOC/Drupal+Installation+Guide"; + $docLinkInstall = "https://docs.civicrm.org/installation/en/latest/drupal7/"; $docLinkTrouble = "http://wiki.civicrm.org/confluence/display/CRMDOC/Installation+and+Configuration+Trouble-shooting"; - $forumLink = "http://forum.civicrm.org/index.php/board,6.0.html"; + $forumLink = "https://civicrm.stackexchange.com/questions/tagged/drupal"; $errorMsgAdd = t("Please review the Drupal Installation Guide and the Trouble-shooting page for assistance. If you still need help installing, you can often find solutions to your issue by searching for the error message in the installation support section of the community forum.

", array(