X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FUtils%2FREST.php;h=03c7c26d1c0db6530ec04308b7c4aa298b621934;hb=79c9676b4fb6407c9e93e27a4d0295ce5c84fc6f;hp=5b436c0f2016a983ea878377f1e9166390adb349;hpb=c67a59391d975837bfe40d1d6014b1ed91b72b73;p=civicrm-core.git diff --git a/CRM/Utils/REST.php b/CRM/Utils/REST.php index 5b436c0f20..03c7c26d1c 100644 --- a/CRM/Utils/REST.php +++ b/CRM/Utils/REST.php @@ -212,7 +212,7 @@ class CRM_Utils_REST { // interface can be disabled in more change to the configuration file. // first check for civicrm site key if (!CRM_Utils_System::authenticateKey(FALSE)) { - $docLink = CRM_Utils_System::docURL2("Managing Scheduled Jobs", TRUE, NULL, NULL, NULL, "wiki"); + $docLink = CRM_Utils_System::docURL2('sysadmin/setup/jobs', TRUE); $key = $requestParams['key'] ?? NULL; if (empty($key)) { return self::error("FATAL: mandatory param 'key' missing. More info at: " . $docLink);