소스 검색

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?
 
-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