Skip to content

Commit bd08e8b

Browse files
author
Shati Patel
committed
Docs: Rename Sphinx project to "Learning CodeQL"
1 parent d94e91b commit bd08e8b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
</div>
6262
<div class="linkcontainer">
6363
<div class="linkbar">
64-
<a href="https://help.semmle.com/QL/learn-ql/" target="_blank">Learn QL</a>
64+
<a href="https://help.semmle.com/QL/learn-ql/" target="_blank">Learn CodeQL</a>
6565
<a href="https://help.semmle.com/QL/learn-ql/ql-training.html" target="_blank">QL for variant analysis</a>
6666
<a href="https://help.semmle.com/QL/ql-tools.html" target="_blank">QL tools</a>
6767
<a href="https://help.semmle.com/QL/ql-explore-queries.html" target="_blank">Queries</a>

docs/language/learn-ql/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-
# Learn QL documentation build configuration file, created by
3+
# Learn CodeQL documentation build configuration file, created by
44
# on Tuesday Nov 13 2018.
55
#
66
# This file is execfile()d with the current directory set to its
@@ -41,16 +41,16 @@
4141
master_doc = 'index'
4242

4343
# General information about the project.
44-
project = u'Learning QL'
44+
project = u'Learning CodeQL'
4545

4646
# -- Project-specifc options for HTML output ----------------------------------------------
4747

4848
# The name for this set of Sphinx documents. If None, it defaults to
4949
# "<project> v<release> documentation".
50-
html_title = 'Learn QL'
50+
html_title = 'Learn CodeQL'
5151

5252
# Output file base name for HTML help builder.
53-
htmlhelp_basename = 'Learn QL'
53+
htmlhelp_basename = 'Learn CodeQL'
5454

5555
# The version info for this project, if different from version and release in main conf.py file.
5656
# The short X.Y version.

0 commit comments

Comments
 (0)