Update docs/language/learn-ql/introduction-to-ql.rst

Co-Authored-By: Shati Patel <42641846+shati-patel@users.noreply.github.com>
This commit is contained in:
James Fletcher
2020-04-01 16:09:28 +01:00
committed by GitHub
parent aea2957570
commit 1ba7a4d39b

View File

@@ -115,7 +115,7 @@ To simplify the query, we can introduce a class ``SmallInt`` representing the in
`See this in the query console on LGTM.com <https://lgtm.com/query/2101340747/>`__
Now that you've seen some general examples, let's use the CodeQL libraries to analyze projects.
In particular, LGTM generates a database representing the code and then CodeQL is used to query this database. For more information, ee `Database generation <https://lgtm.com/help/lgtm/generate-database>`__ on LGTM.com.
In particular, LGTM generates a database representing the code and then CodeQL is used to query this database. For more information, see `Database generation <https://lgtm.com/help/lgtm/generate-database>`__ on LGTM.com.
.. XX: Perhaps a link to the "CodeQL libraries for X"?