Merge pull request #20308 from calixteman/bug1990454

[Editor] Fix the URL for the 'Learn more' link in the comment sidebar (bug 1990454)
This commit is contained in:
calixteman 2025-09-26 09:25:00 +02:00 committed by GitHub
commit 101fa6201c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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