Skip to content

Commit 6721495

Browse files
author
james
committed
docs: retitle locations
1 parent 8055e91 commit 6721495

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/language/learn-ql/locations.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
Locations and strings for QL entities
1+
Providing locations in CodeQL queries
22
=====================================
33

44
.. Not sure how much of this topic needs to change, and what the title should be
55
66
CodeQL includes mechanisms for extracting the location of elements in a codebase. Use these mechanisms when writing custom CodeQL queries and libraries to help display information to users.
77

88

9-
Providing locations
10-
-------------------
9+
About locations
10+
---------------
1111

1212
When displaying information to the user, LGTM needs to be able to extract location information from the results of a query. In order to do this, all QL classes which can provide location information should do this by using one of the following mechanisms:
1313

0 commit comments

Comments
 (0)