mirror of
https://github.com/github/codeql.git
synced 2026-01-04 10:10:20 +01:00
Fix broken links from Sphinx linkcheck
This commit is contained in:
@@ -57,6 +57,8 @@ from any location in the pack by declaring ``import mycompany.java.CustomSinks``
|
||||
For more information, see ":ref:`Importing modules <importing-modules>`"
|
||||
in the QL language reference.
|
||||
|
||||
.. _qlpack-yml-properties:
|
||||
|
||||
``qlpack.yml`` properties
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
@@ -101,7 +103,7 @@ The following properties are supported in ``qlpack.yml`` files.
|
||||
* - ``upgrades``
|
||||
- ``.``
|
||||
- Packs with upgrades
|
||||
- The path to a directory within the pack that contains upgrade scripts, defined relative to the pack directory. The ``database upgrade`` action uses these scripts to update databases that were created by an older version of an extractor so they're compatible with the current extractor (see `Upgrade scripts for a language <upgrade-scripts-for-a-language>`__ below.)
|
||||
- The path to a directory within the pack that contains upgrade scripts, defined relative to the pack directory. The ``database upgrade`` action uses these scripts to update databases that were created by an older version of an extractor so they're compatible with the current extractor (see `Upgrade scripts for a language <#upgrade-scripts-for-a-language>`__ below.)
|
||||
|
||||
|
||||
.. _custom-ql-packs:
|
||||
|
||||
@@ -254,7 +254,7 @@ without providing their full path. This gives you a simple way of specifying a
|
||||
set of queries, without needing to search inside QL packs and distributions.
|
||||
To declare a directory that contains "well-known" query suites, add the directory
|
||||
to the ``suites`` property in the ``qlpack.yml`` file at the root of your QL pack.
|
||||
For more information, see "`About QL packs <qlpack-overview.html#qlpack-yml-properties>`__."
|
||||
For more information, see ":ref:`About QL packs <qlpack-yml-properties>`."
|
||||
|
||||
Using query suites with CodeQL
|
||||
------------------------------
|
||||
|
||||
Reference in New Issue
Block a user