瀏覽代碼

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