mirror of
https://github.com/github/codeql.git
synced 2025-12-17 01:03:14 +01:00
Define redirect for renamed article
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
.. _analyzing-data-flow-in-cpp-new:
|
||||
|
||||
Analyzing data flow in C and C++
|
||||
================================
|
||||
|
||||
This article has moved to a new location: https://codeql.github.com/docs/codeql-language-guides/analyzing-data-flow-in-cpp/.
|
||||
@@ -67,7 +67,7 @@ def setup(sphinx):
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
language = None
|
||||
language = 'en'
|
||||
|
||||
# If true, `todo` and `todoList` produce output, else they produce nothing.
|
||||
todo_include_todos = False
|
||||
|
||||
Reference in New Issue
Block a user