Skip to content

Commit 55f9034

Browse files
authored
Merge pull request github#3080 from jf205/migration-tidy-links
CodeQL docs: tidy up a few links
2 parents 07e52d3 + d615c58 commit 55f9034

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs/language/learn-ql/csharp/introduce-libraries-csharp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1122,6 +1122,6 @@ Here is the fixed version:
11221122
Further reading
11231123
---------------
11241124

1125-
- Visit :doc:`Tutorial: Analyzing data flow in C# <dataflow>` to learn more about writing queries using the standard data flow and taint tracking libraries.
1125+
- Visit :doc:`Analyzing data flow in C# <dataflow>` to learn more about writing queries using the standard data flow and taint tracking libraries.
11261126
- Find out more about QL in the `QL language handbook <https://help.semmle.com/QL/ql-handbook/index.html>`__ and `QL language specification <https://help.semmle.com/QL/ql-spec/language.html>`__.
11271127
- Learn more about the query console in `Using the query console <https://lgtm.com/help/lgtm/using-query-console>`__.

docs/language/learn-ql/csharp/ql-for-csharp.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ These topics provide an overview of the CodeQL libraries for C# and show example
2020

2121
<!-- Working with generic types and methods(generics) - how to query generic types and methods. -->
2222

23-
- :doc:`Tutorial: Analyzing data flow in C# <dataflow>` demonstrates how to write queries using the standard data flow and taint tracking libraries for C#.
23+
- :doc:`Analyzing data flow in C# <dataflow>` demonstrates how to write queries using the standard data flow and taint tracking libraries for C#.
2424

2525

2626
Other resources

docs/language/learn-ql/java/ql-for-java.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@ These topics provide an overview of the CodeQL libraries for Java and show examp
2121

2222
- `Basic Java query <https://lgtm.com/help/lgtm/console/ql-java-basic-example>`__ describes how to write and run queries using LGTM.
2323

24-
- :doc:`Introducing the CodeQL libraries for Java <introduce-libraries-java>` introduces the standard libraries used to write queries for Java code.
24+
- :doc:`CodeQL libraries for Java <introduce-libraries-java>` introduces the standard libraries used to write queries for Java code.
2525

26-
- :doc:`Tutorial: Analyzing data flow in Java <dataflow>` demonstrates how to write queries using the standard data flow and taint tracking libraries for Java.
26+
- :doc:`Analyzing data flow in Java <dataflow>` demonstrates how to write queries using the standard data flow and taint tracking libraries for Java.
2727

28-
- :doc:`Tutorial: Types and the class hierarchy <types-class-hierarchy>` introduces the classes for representing a program's class hierarchy by means of examples.
28+
- :doc:`Types in Java <types-class-hierarchy>` introduces the classes for representing a program's class hierarchy by means of examples.
2929

30-
- :doc:`Tutorial: Expressions and statements <expressions-statements>` introduces the classes for representing a program's syntactic structure by means of examples.
30+
- :doc:`Expressions and statements in Java <expressions-statements>` introduces the classes for representing a program's syntactic structure by means of examples.
3131

32-
- :doc:`Tutorial: Navigating the call graph <call-graph>` is a worked example of how to write a query that navigates a program's call graph to find unused methods.
32+
- :doc:`Navigating the call graph <call-graph>` is a worked example of how to write a query that navigates a program's call graph to find unused methods.
3333

34-
- :doc:`Tutorial: Annotations <annotations>` introduces the classes for representing annotations by means of examples.
34+
- :doc:`Annotations in Java <annotations>` introduces the classes for representing annotations by means of examples.
3535

36-
- :doc:`Tutorial: Javadoc <javadoc>` introduces the classes for representing Javadoc comments by means of examples.
36+
- :doc:`Javadoc <javadoc>` introduces the classes for representing Javadoc comments by means of examples.
3737

38-
- :doc:`Tutorial: Working with source locations <source-locations>` is a worked example of how to write a query that uses the ___location information provided in the database for finding likely bugs.
38+
- :doc:`Working with source locations <source-locations>` is a worked example of how to write a query that uses the ___location information provided in the database for finding likely bugs.
3939

4040
- :doc:`AST class reference <ast-class-reference>` gives an overview of all AST classes in the standard CodeQL library for Java.
4141

0 commit comments

Comments
 (0)