From 98a3230afa0ba04863c783f19e6eed389af1f338 Mon Sep 17 00:00:00 2001 From: Akshat Date: Fri, 3 Sep 2021 05:25:36 +0530 Subject: [PATCH] remove a mention of #node.section.md node.section.md has been removed so this commit removes the reference of it inside javascript.section.md --- doc/languages-frameworks/javascript.section.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/languages-frameworks/javascript.section.md b/doc/languages-frameworks/javascript.section.md index c75bc235424..bf5742d6855 100644 --- a/doc/languages-frameworks/javascript.section.md +++ b/doc/languages-frameworks/javascript.section.md @@ -2,7 +2,7 @@ ## Introduction {#javascript-introduction} -This contains instructions on how to package javascript applications. For instructions on how to add a cli package from npm please consult the #node.js section +This contains instructions on how to package javascript applications. The various tools available will be listed in the [tools-overview](#javascript-tools-overview). Some general principles for packaging will follow. Finally some tool specific instructions will be given.