From f4d6290b507a44b0344455d78a14911177e4ad9e Mon Sep 17 00:00:00 2001 From: Khushboo Vashi Date: Fri, 9 Oct 2020 11:52:46 +0530 Subject: [PATCH] Update the macro help link. --- web/pgadmin/static/js/sqleditor/macro.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/pgadmin/static/js/sqleditor/macro.js b/web/pgadmin/static/js/sqleditor/macro.js index b476cd6be..87ff60b60 100644 --- a/web/pgadmin/static/js/sqleditor/macro.js +++ b/web/pgadmin/static/js/sqleditor/macro.js @@ -50,7 +50,7 @@ let MacroDialog = { label: gettext('Help'), 'aria-label': gettext('Help'), url: url_for('help.static', { - 'filename': 'querytool.html', + 'filename': 'query_tool.html', }), }, }, {