Skip to content

Commit e246b6b

Browse files
author
Shati Patel
committed
Move links into different section
1 parent 0771c39 commit e246b6b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/language/ql-handbook/about-the-ql-language.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@ About the QL language
33

44
QL is the powerful query language that underlies CodeQL, which is used to analyze code.
55

6-
For more information about the important concepts and syntactic constructs of QL, see the individual reference topics such as :doc:`Predicates <predicates>` and :doc:`Types <types>`.
7-
The explanations and examples help you understand how the language works, and how to write more advanced QL code.
8-
9-
For formal specifications of the QL language and QLDoc comments, see the :doc:`QL language specification <language>` and :doc:`QLDoc comment specification <qldoc>`.
10-
116
About query languages and databases
127
-----------------------------------
138

@@ -44,6 +39,11 @@ When you write this process in QL, it closely resembles the above structure. Not
4439
result = count(getADescendant(p))
4540
}
4641
42+
For more information about the important concepts and syntactic constructs of QL, see the individual reference topics such as :doc:`Expressions <expressions>` and :doc:`Recursion <recursion>`.
43+
The explanations and examples help you understand how the language works, and how to write more advanced QL code.
44+
45+
For formal specifications of the QL language and QLDoc comments, see the :doc:`QL language specification <language>` and :doc:`QLDoc comment specification <qldoc>`.
46+
4747
QL and object orientation
4848
-------------------------
4949

0 commit comments

Comments
 (0)