From 4e58902de6631e61ed10539cd817634413193e19 Mon Sep 17 00:00:00 2001 From: Michael Eischer Date: Thu, 6 Feb 2025 20:59:36 +0100 Subject: [PATCH] doc: fix broken links --- doc/075_scripting.rst | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/doc/075_scripting.rst b/doc/075_scripting.rst index 4ebc4127e..a7392a27b 100644 --- a/doc/075_scripting.rst +++ b/doc/075_scripting.rst @@ -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: