Skip to content

Commit 8d02a74

Browse files
author
james
committed
docs: address remaining comments
1 parent 488ce15 commit 8d02a74

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/language/ql-training/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22
#
3-
# QL training slides build configuration file
3+
# CodeQL training slides build configuration file
44
#
55
# This file is execfile()d with the current directory set to its
66
# containing dir.
@@ -59,7 +59,7 @@ def setup(sphinx):
5959
master_doc = 'index'
6060

6161
# General information about the project.
62-
project = u'QL training and variant analysis examples'
62+
project = u'CodeQL training and variant analysis examples'
6363

6464
# Add any paths that contain custom static files (such as style sheets) here,
6565
# relative to this directory. They are copied after the builtin static files,
@@ -77,10 +77,10 @@ def setup(sphinx):
7777

7878
# The name for this set of Sphinx documents. If None, it defaults to
7979
# "<project> v<release> documentation".
80-
html_title = 'QL training and variant analysis examples'
80+
html_title = 'CodeQL training and variant analysis examples'
8181

8282
# Output file base name for HTML help builder.
83-
htmlhelp_basename = 'QL training'
83+
htmlhelp_basename = 'CodeQL training'
8484
# The Semmle version info for the current release you're documenting, acts as replacement for
8585
# |version| and |release|, also used in various other places throughout the
8686
# built documents.

docs/language/ql-training/slide-snippets/local-data-flow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Local vs global data flow
7070

7171
For further information, see:
7272

73-
- `Introduction to data flow analysis in QL <https://help.semmle.com/QL/learn-ql/ql/intro-to-data-flow.html>`__
73+
- `Introduction to data flow analysis in CodeQL <https://help.semmle.com/QL/learn-ql/ql/intro-to-data-flow.html>`__
7474

7575
.. rst-class:: background2
7676

0 commit comments

Comments
 (0)