[Editor] Fix the URL for the 'Learn more' link in the comment sidebar (bug 1990454)

This commit is contained in:
Calixte Denizet 2025-09-26 09:16:36 +02:00
parent a4f072f3df
commit 5f832757bd

View File

@ -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,
},