Skip to content

Commit aa05908

Browse files
authored
Merge pull request #2287 from felicitymay/1.22/support-codeql
1.22: Update for support info for CodeQL term change
2 parents b67c5f2 + 25eb1d0 commit aa05908

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

docs/language/global-sphinx-files/_templates/layout.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@
5959
</div>
6060
<div class="linkcontainer">
6161
<div class="linkbar">
62-
<a href="https://help.semmle.com/QL/learn-ql/" target="_blank">Learn QL</a>
63-
<a href="https://help.semmle.com/QL/learn-ql/ql-training.html" target="_blank">QL for variant analysis</a>
64-
<a href="https://help.semmle.com/QL/ql-tools.html" target="_blank">QL tools</a>
62+
<a href="https://help.semmle.com/QL/learn-ql/" target="_blank">Learn CodeQL</a>
63+
<a href="https://help.semmle.com/QL/learn-ql/ql-training.html" target="_blank">Variant analysis</a>
64+
<a href="https://help.semmle.com/QL/ql-tools.html" target="_blank">Tools</a>
6565
<a href="https://help.semmle.com/QL/ql-explore-queries.html" target="_blank">Queries</a>
6666
<a href="https://help.semmle.com/QL/ql-reference-topics.html" target="_blank">Reference</a>
6767
<a href="https://blog.semmle.com" target="_blank">Blog</a>
@@ -77,7 +77,7 @@
7777
<div class="wrapper">
7878

7979
<div class="navBox" >
80-
<p>Start writing QL in the <a href="https://lgtm.com/query">Query console</a> on <a href="https://lgtm.com">LGTM.com</a>.</p>
80+
<p>Start writing queries in the <a href="https://lgtm.com/query">Query console</a> on <a href="https://lgtm.com">LGTM.com</a>.</p>
8181

8282
<div id="searchbox" style="display: none" role="search">
8383
<h3>Quick search</h3>

docs/language/support/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# QL and LGTM support info build configuration file, created
3+
# CodeQL and LGTM support info build configuration file, created
44
# on Tuesday 19th February.
55
#
66
# This file is execfile()d with the current directory set to its

docs/language/support/framework-support.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Frameworks and libraries
22
########################
33

4-
The QL libraries and queries in version |version| have been explicitly checked against the libraries and frameworks listed below.
4+
The libraries and queries in version |version| have been explicitly checked against the libraries and frameworks listed below.
55

66
.. pull-quote::
77

docs/language/support/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Supported languages and frameworks
22
##################################
33

4-
These pages describe the languages and frameworks supported in the latest enterprise release of QL and LGTM.
4+
These pages describe the languages and frameworks supported in the latest enterprise release of CodeQL and LGTM. (CodeQL was previously known as QL.)
55
Users of `LGTM.com <https://lgtm.com/>`_ may find that additional features are supported because it's updated more frequently.
66

77
For details see:
@@ -11,4 +11,4 @@ For details see:
1111
language-support.rst
1212
framework-support.rst
1313

14-
For details of the QL libraries, see `QL standard libraries <https://help.semmle.com/QL/ql-libraries.html>`_.
14+
For details of the CodeQL libraries, see `CodeQL standard libraries <https://help.semmle.com/QL/ql-libraries.html>`_.

docs/language/support/language-support.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Languages and compilers
22
#######################
33

4-
QL and LGTM version |version| support analysis of the following languages compiled by the following compilers.
4+
CodeQL and LGTM version |version| support analysis of the following languages compiled by the following compilers.
5+
(CodeQL was previously known as QL.)
56

67
Note that where there are several versions or dialects of a language, the supported variants are listed.
78
If your code requires a particular version of a compiler, check that this version is included below.

0 commit comments

Comments
 (0)