Skip to content

Commit 839f2a6

Browse files
committed
Remove unneeded link
1 parent da29336 commit 839f2a6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,13 @@ The CodeQL library for Java and Kotlin analysis exposes the following extensible
6666
- ``summaryModel(package, type, subtypes, name, signature, ext, input, output, kind, provenance)``. This is used to model flow through elements.
6767
- ``neutralModel(package, type, name, signature, kind, provenance)``. This is similar to a summary model but used to model the flow of values that have only a minor impact on the dataflow analysis.
6868

69-
The extensible predicates are populated using data extensions specified in YAML files. For more information about extensible predicates, see ":doc:`extensible-predicates`."
69+
The extensible predicates are populated using data extensions specified in YAML files.
7070

7171
Examples of data extension definitions
7272
--------------------------------------
7373

7474
The examples in this section are taken from the standard CodeQL Java query pack published by GitHub. They demonstrate how to add tuples to extend extensible predicates that are used by the standard queries.
7575

76-
For details of the mini domain-specific language that defines models for each extensible predicate, see ":doc:`extensible-predicates`."
77-
7876
Example: Taint sink in the ``java.sql`` package
7977
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8078

0 commit comments

Comments
 (0)