installation doclinks
authordemeritcowboy <demeritcowboy@hotmail.com>
Sun, 16 Aug 2020 22:29:50 +0000 (18:29 -0400)
committerdemeritcowboy <demeritcowboy@hotmail.com>
Sun, 16 Aug 2020 22:29:50 +0000 (18:29 -0400)
CRM/Utils/System.php

index cedef4ca0d458ca83af785ebf097b81633d5dc58..74ddd37d93a80fd1406968ac431a2ed02c2e0af4 100644 (file)
@@ -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);
   }
 
   /**