Skip to content

Commit c08f730

Browse files
author
Shati Patel
committed
Delete "About QL" and references to it
1 parent 51f4575 commit c08f730

4 files changed

Lines changed: 2 additions & 72 deletions

File tree

docs/language/learn-ql/about-ql.rst

Lines changed: 0 additions & 69 deletions
This file was deleted.

docs/language/learn-ql/index.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ CodeQL is based on a powerful query language called QL. The following topics hel
1919
:maxdepth: 1
2020

2121
introduction-to-ql
22-
about-ql
2322
beginner/ql-tutorials
2423
writing-queries/writing-queries
2524
cpp/ql-for-cpp

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ Learning CodeQL
165165

166166
- To find out more about how to write your own queries, try working through the :doc:`QL tutorials <beginner/ql-tutorials>`.
167167
- For an overview of the other available resources, see :doc:`Learning CodeQL <../index>`.
168-
- For a more technical description of the underlying language, see :doc:`About QL <about-ql>`.
168+
- For a more technical description of the underlying language, see the `QL language reference <https://help.semmle.com/QL/ql-handbook>`__

docs/language/ql-training/slide-snippets/intro-ql-general.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ QL is:
124124

125125
.. note::
126126

127-
QL is the high-level, object-oriented logic language that underpins all CodeQL libraries and analyses. You can learn lots more about QL by visiting `Introduction to the QL language <https://help.semmle.com/QL/learn-ql/ql/introduction-to-ql.html>`__ and `About QL <https://help.semmle.com/QL/learn-ql/ql/about-ql.html>`__.
127+
QL is the high-level, object-oriented logic language that underpins all CodeQL libraries and analyses. You can learn lots more about QL by visiting the `QL language reference <https://help.semmle.com/QL/ql-handbook>`__.
128128
The key features of QL are:
129129

130130
- All common logic connectives are available, including quantifiers like ``exist``, which can also introduce new variables.

0 commit comments

Comments
 (0)