diff --git a/public/js/ff/help.js b/public/js/ff/help.js index f7c3933c2b..5ad4465497 100644 --- a/public/js/ff/help.js +++ b/public/js/ff/help.js @@ -36,7 +36,7 @@ function showHelp(e) { $('#helpBody').html(''); $('#helpModal').modal('show'); $('#helpTitle').html(helpPageTitle); - $.getJSON('helpx/' + encodeURI(route)).done(function (data) { + $.getJSON('help/' + encodeURI(route)).done(function (data) { $('#helpBody').html(data.html); }).fail(function () { $('#helpBody').html('

' + noHelpForPage + '

');