Преглед изворни кода

HUE-8888 [docs] Link to npm demo app properly

Romain пре 5 година
родитељ
комит
0578b37ce1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      docs/docs-site/content/developer/api/_index.md

+ 1 - 1
docs/docs-site/content/developer/api/_index.md

@@ -20,7 +20,7 @@ See the currently shipped [SQL dialects](https://github.com/cloudera/hue/tree/ma
 
 
 What if I only want to use only the autocomplete as a JavaScript module in my own app?
 What if I only want to use only the autocomplete as a JavaScript module in my own app?
 
 
-Importing the Parser can be simply done as a npm package. Here is an example on how to use the parser in a node.js app:
+Importing the Parser can be simply done as a npm package. Here is an example on how to use the parser in a [node.js app](https://github.com/cloudera/hue/tree/master/tools/parser/hue_dep):
 
 
     cd tools/parser/hue_dep
     cd tools/parser/hue_dep
     npm install
     npm install