We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7051fd0 + 5f83275 commit 101fa62Copy full SHA for 101fa62
1 file changed
web/app_options.js
@@ -177,7 +177,7 @@ const defaultOptions = {
177
/** @type {string} */
178
value:
179
typeof PDFJSDev === "undefined" || PDFJSDev.test("MOZCENTRAL")
180
- ? "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"
181
: "",
182
kind: OptionKind.VIEWER + OptionKind.PREFERENCE,
183
},
0 commit comments