Skip to content

Commit da29336

Browse files
committed
Revert article name
1 parent 12a86f5 commit da29336

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/codeql/codeql-language-guides/codeql-for-java.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
2525
javadoc
2626
working-with-source-locations
2727
abstract-syntax-tree-classes-for-working-with-java-programs
28-
data-extensions-to-model-java-dependencies
28+
customizing-library-models-for-java-and-kotlin
2929

3030
- :doc:`Basic query for Java code <basic-query-for-java-code>`: Learn to write and run a simple CodeQL query.
3131

@@ -47,4 +47,4 @@ Experiment and learn how to write effective and efficient queries for CodeQL dat
4747

4848
- :doc:`Abstract syntax tree classes for working with Java programs <abstract-syntax-tree-classes-for-working-with-java-programs>`: CodeQL has a large selection of classes for representing the abstract syntax tree of Java programs.
4949

50-
- :doc:`Data extensions to model your Java/Kotlin dependencies <data-extensions-to-model-java-dependencies>`: You can model frameworks and libraries that your code base depends on using data extensions and publish them as CodeQL model packs.
50+
- :doc:`Customizing library models for Java and Kotlin <customizing-library-models-for-java-and-kotlin>`: You can model frameworks and libraries that your code base depends on using data extensions and publish them as CodeQL model packs.

docs/codeql/codeql-language-guides/data-extensions-to-model-java-dependencies.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
.. _data-extensions-to-model-dependencies:
1+
.. _customizing-library-models-for-java-and-kotlin:
22

3-
Data extensions to model your Java/Kotlin dependencies
4-
======================================================
3+
Customizing library models for Java and Kotlin
4+
==============================================
55

66
You can use data extensions to model the methods and callables that control data flow in any framework or library. This is especially useful for custom frameworks or niche libraries, that are not supported by the standard CodeQL libraries.
77

0 commit comments

Comments
 (0)