Skip to content

Commit 88cd77e

Browse files
committed
Define redirect for renamed article
1 parent 8b4e060 commit 88cd77e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.. _analyzing-data-flow-in-cpp-new:
2+
3+
Analyzing data flow in C and C++
4+
================================
5+
6+
This article has moved to a new location: https://codeql.github.com/docs/codeql-language-guides/analyzing-data-flow-in-cpp/.

docs/codeql/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def setup(sphinx):
6767

6868
# The language for content autogenerated by Sphinx. Refer to documentation
6969
# for a list of supported languages.
70-
language = None
70+
language = 'en'
7171

7272
# If true, `todo` and `todoList` produce output, else they produce nothing.
7373
todo_include_todos = False

0 commit comments

Comments
 (0)