From a0848d3f15a145fd86d5fb07fc28fd05a9e42678 Mon Sep 17 00:00:00 2001 From: demeritcowboy Date: Sun, 16 Aug 2020 18:29:50 -0400 Subject: [PATCH] installation doclinks --- CRM/Utils/System.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CRM/Utils/System.php b/CRM/Utils/System.php index cedef4ca0d..74ddd37d93 100644 --- a/CRM/Utils/System.php +++ b/CRM/Utils/System.php @@ -1419,7 +1419,7 @@ class CRM_Utils_System { * @return mixed */ public static function formatDocUrl($url) { - return preg_replace('#^(user|sysadmin|dev)/#', '\1/en/latest/', $url); + return preg_replace('#^(installation|user|sysadmin|dev)/#', '\1/en/latest/', $url); } /** -- 2.25.1