Merge pull request #18173 from civicrm/5.29
[civicrm-core.git] / CRM / Utils / System.php
index b3bdb7fe545801ea63a8b080f1f6373301d84bd3..20b266d68046a5d9f2717b915c71ad54058531a8 100644 (file)
@@ -1416,7 +1416,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);
   }
 
   /**