summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorAkshat <humancalico@disroot.org>2021-09-03 05:25:36 +0530
committerRaphael Megzari <raphael@megzari.com>2021-09-03 21:45:20 +0900
commit98a3230afa0ba04863c783f19e6eed389af1f338 (patch)
tree5e4806c56e5f95bc8ac9aae45d28dc90a712e3b5 /doc
parentcfb993f75586757293e884b8403c1ea7ca507dd3 (diff)
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
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/javascript.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/javascript.section.md b/doc/languages-frameworks/javascript.section.md
index c75bc235424f..bf5742d6855e 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.