Pārlūkot izejas kodu

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

Romain 5 gadi atpakaļ
vecāks
revīzija
0578b37ce1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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?
 
-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
     npm install