From 710f787c4141f611504a3a2278e81bdc9d3014c3 Mon Sep 17 00:00:00 2001 From: Aaron Lauterer Date: Tue, 10 Nov 2020 11:45:40 +0100 Subject: [PATCH] docs: add maintenance chapter prefix to verification ref Signed-off-by: Aaron Lauterer --- docs/gui.rst | 2 +- docs/maintenance.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/gui.rst b/docs/gui.rst index d5b7e1bd..b2b1fb73 100644 --- a/docs/gui.rst +++ b/docs/gui.rst @@ -132,5 +132,5 @@ top panel to view: collection ` operations, and run garbage collection manually * **Sync Jobs**: Create, manage and run :ref:`syncjobs` from remote servers -* **Verify Jobs**: Create, manage and run :ref:`verification` jobs on the +* **Verify Jobs**: Create, manage and run :ref:`maintenance_verification` jobs on the datastore diff --git a/docs/maintenance.rst b/docs/maintenance.rst index 1f3f129b..addc1b25 100644 --- a/docs/maintenance.rst +++ b/docs/maintenance.rst @@ -93,7 +93,7 @@ GC** from the top panel. From here, you can edit the schedule at which garbage collection runs and manually start the operation. -.. _verification: +.. _maintenance_verification: Verification ------------