diff --git a/plinth/modules/help/static/help.js b/plinth/modules/help/static/help.js index 7a1a73f81..d38de99ff 100644 --- a/plinth/modules/help/static/help.js +++ b/plinth/modules/help/static/help.js @@ -23,6 +23,6 @@ */ (function($) { - let downloadManualButton = $('a[href="/plinth/help/manual/download/"]'); + let downloadManualButton = $('a[href="/plinth/help/manual-download/"]'); downloadManualButton.attr("data-turbolinks", "false"); })(jQuery);