doc: fix broken links

This commit is contained in:
Michael Eischer 2025-02-06 20:59:36 +01:00
parent 39823c5f6c
commit 4e58902de6

View File

@ -360,13 +360,13 @@ If the ``--blob`` or ``--tree`` option is passed, then the output is an array of
`Blob objects`_.
+--------------+-----------------------------------+-------------------+
| ``hits`` | Number of matches in the snapshot | uint64 |
+--------------+-----------------------------------+-------------------+
| ``snapshot`` | ID of the snapshot | string |
+--------------+-----------------------------------+-------------------+
| ``matches`` | Details of a match | []`Match object`_ |
+--------------+-----------------------------------+-------------------+
+--------------+-----------------------------------+--------------------+
| ``hits`` | Number of matches in the snapshot | uint64 |
+--------------+-----------------------------------+--------------------+
| ``snapshot`` | ID of the snapshot | string |
+--------------+-----------------------------------+--------------------+
| ``matches`` | Details of a match | [] `Match object`_ |
+--------------+-----------------------------------+--------------------+
.. _Match object:
@ -439,19 +439,19 @@ results in a mix of JSON and text output.
ForgetGroup
^^^^^^^^^^^
+-------------+---------------------------------------------------------------+------------------------+
| ``tags`` | Tags identifying the snapshot group | []string |
+-------------+---------------------------------------------------------------+------------------------+
| ``host`` | Host identifying the snapshot group | string |
+-------------+---------------------------------------------------------------+------------------------+
| ``paths`` | Paths identifying the snapshot group | []string |
+-------------+---------------------------------------------------------------+------------------------+
| ``keep`` | Array of Snapshot that are kept | []`Snapshot object`_ |
+-------------+---------------------------------------------------------------+------------------------+
| ``remove`` | Array of Snapshot that were removed | []`Snapshot object`_ |
+-------------+---------------------------------------------------------------+------------------------+
| ``reasons`` | Array of KeepReason objects describing why a snapshot is kept | []`KeepReason object`_ |
+-------------+---------------------------------------------------------------+------------------------+
+-------------+---------------------------------------------------------------+-------------------------+
| ``tags`` | Tags identifying the snapshot group | []string |
+-------------+---------------------------------------------------------------+-------------------------+
| ``host`` | Host identifying the snapshot group | string |
+-------------+---------------------------------------------------------------+-------------------------+
| ``paths`` | Paths identifying the snapshot group | []string |
+-------------+---------------------------------------------------------------+-------------------------+
| ``keep`` | Array of Snapshot that are kept | [] `Snapshot object`_ |
+-------------+---------------------------------------------------------------+-------------------------+
| ``remove`` | Array of Snapshot that were removed | [] `Snapshot object`_ |
+-------------+---------------------------------------------------------------+-------------------------+
| ``reasons`` | Array of KeepReason objects describing why a snapshot is kept | [] `KeepReason object`_ |
+-------------+---------------------------------------------------------------+-------------------------+
.. _Snapshot object: