Merge pull request #12728 from asgerf/js/extension-docs-fixlink

JS: Use RST syntax for link in docs
This commit is contained in:
Andrew Eisenberg
2023-04-03 08:51:59 -07:00
committed by GitHub

View File

@@ -30,7 +30,7 @@ The CodeQL library for JavaScript exposes the following extensible predicates:
- **typeModel**\(type1, type2, path)
- **summaryModel**\(type, path, input, output, kind)
See the [CLI documentation for how to load and use data extensions in a CodeQL evaluation run](https://docs.google.com/document/d/14IYCHX8wWuU-HTvJ2gPSdXQKHKYbWCHQKOgn8oLaa80/edit#heading=h.m0v53lpi6w2n) (internal access required).
See the `CLI documentation for how to load and use data extensions in a CodeQL evaluation run <https://docs.google.com/document/d/14IYCHX8wWuU-HTvJ2gPSdXQKHKYbWCHQKOgn8oLaa80/edit#heading=h.m0v53lpi6w2n>`__ (internal access required).
We'll explain how to use these using a few examples, and provide some reference material at the end of this article.