Skip to content

Commit 101fa62

Browse files
authored
Merge pull request #20308 from calixteman/bug1990454
[Editor] Fix the URL for the 'Learn more' link in the comment sidebar (bug 1990454)
2 parents 7051fd0 + 5f83275 commit 101fa62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/app_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ const defaultOptions = {
177177
/** @type {string} */
178178
value:
179179
typeof PDFJSDev === "undefined" || PDFJSDev.test("MOZCENTRAL")
180-
? "https://support.mozilla.org/1/firefox/%VERSION%/%OS%/%LOCALE%/pdf-comment"
180+
? "https://support.mozilla.org/%LOCALE%/kb/view-pdf-files-firefox-or-choose-another-viewer#w_add-a-comment-to-a-pdf"
181181
: "",
182182
kind: OptionKind.VIEWER + OptionKind.PREFERENCE,
183183
},

0 commit comments

Comments
 (0)