mirror of
https://github.com/github/codeql.git
synced 2026-04-28 10:15:14 +02:00
Apply suggestions from code review
Co-authored-by: Shati Patel <42641846+shati-patel@users.noreply.github.com>
This commit is contained in:
@@ -35,7 +35,7 @@ Learn all about QL, the powerful query language that underlies the code scanning
|
||||
|
||||
- :doc:`QL language specification <ql-language-specification>`: A formal specification for the QL language. It provides a comprehensive reference for terminology, syntax, and other technical details about QL.
|
||||
|
||||
- :doc:`QLDoc comment specification <qldoc-comment-specification>`: a formal specification for QLDoc comments.
|
||||
- :doc:`QLDoc comment specification <qldoc-comment-specification>`: A formal specification for QLDoc comments.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
@@ -56,4 +56,4 @@ Learn all about QL, the powerful query language that underlies the code scanning
|
||||
name-resolution
|
||||
evaluation-of-ql-programs
|
||||
ql-language-specification
|
||||
qldoc-comment-specification
|
||||
qldoc-comment-specification
|
||||
|
||||
@@ -5,7 +5,7 @@ Writing CodeQL queries
|
||||
|
||||
Get to know more about queries and learn some key query-writing skills by solving puzzles.
|
||||
|
||||
- :ref:`CodeQL <codeql-queries>`: CodeQL queries are used in code scanning analyses to find problems in source code, including potential security vulnerabilities.
|
||||
- :ref:`CodeQL queries <codeql-queries>`: CodeQL queries are used in code scanning analyses to find problems in source code, including potential security vulnerabilities.
|
||||
|
||||
- :ref:`QL tutorials <ql-tutorials>`: Solve puzzles to learn the basics of QL before you analyze code with CodeQL. The tutorials teach you how to write queries and introduce you to key logic concepts along the way.
|
||||
|
||||
@@ -13,4 +13,4 @@ Get to know more about queries and learn some key query-writing skills by solvin
|
||||
:hidden:
|
||||
|
||||
ql-tutorials/index
|
||||
codeql-queries/index
|
||||
codeql-queries/index
|
||||
|
||||
Reference in New Issue
Block a user