From 5f832757bd9dc43497af615cef3313f793ea635f Mon Sep 17 00:00:00 2001 From: Calixte Denizet Date: Fri, 26 Sep 2025 09:16:36 +0200 Subject: [PATCH] [Editor] Fix the URL for the 'Learn more' link in the comment sidebar (bug 1990454) --- web/app_options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app_options.js b/web/app_options.js index 142d40f4a..0238e78a6 100644 --- a/web/app_options.js +++ b/web/app_options.js @@ -177,7 +177,7 @@ const defaultOptions = { /** @type {string} */ value: typeof PDFJSDev === "undefined" || PDFJSDev.test("MOZCENTRAL") - ? "https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/pdf-comment" + ? "https://support.mozilla.org/%LOCALE%/kb/view-pdf-files-firefox-or-choose-another-viewer#w_add-a-comment-to-a-pdf" : "", kind: OptionKind.VIEWER + OptionKind.PREFERENCE, },