diff --git a/ext/js/background/backend.js b/ext/js/background/backend.js index cff8a586..cdbfde1e 100644 --- a/ext/js/background/backend.js +++ b/ext/js/background/backend.js @@ -1911,7 +1911,7 @@ class Backend { const result = new Error('Audio download failed due to possible extension permissions error'); result.data = { errors, - referenceUrl: '/issues.html' + referenceUrl: '/issues.html#audio-download-failed' }; return result; }