Fix broken links from Sphinx linkcheck

This commit is contained in:
Shati Patel
2021-01-06 16:34:28 +00:00
parent 4100973d17
commit 3da66b7fd9
21 changed files with 39 additions and 37 deletions

View File

@@ -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:

View File

@@ -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
------------------------------