Docs: Update references to QL for Eclipse

This commit is contained in:
Shati Patel
2019-12-16 12:28:39 +00:00
parent 54a7b89b99
commit 1ff5a8e8e2
5 changed files with 7 additions and 7 deletions

View File

@@ -106,7 +106,7 @@ Each query library also implicitly defines a module.
.. note::
Queries are always contained in query files with the file extension ``.ql``. `Quick queries <https://help.semmle.com/ql-for-eclipse/Content/WebHelp/quick-query.html>`__, run in `QL for Eclipse <https://help.semmle.com/ql-for-eclipse/Content/WebHelp/home-page.html>`__, are no exception: the quick query window maintains a temporary query file in the background.
Queries are always contained in query files with the file extension ``.ql``.
Parts of queries can be lifted into `library files <https://help.semmle.com/QL/ql-handbook/modules.html#library-modules>`__ with the extension ``.qll``. Definitions within such libraries can be brought into scope using ``import`` statements, and similarly QLL files can import each others definitions using “import” statements.