From 17fa60e5f99563e65e775a79d6249537a61b38c5 Mon Sep 17 00:00:00 2001 From: Katrina Prosise Date: Tue, 7 May 2024 05:56:54 -0400 Subject: [PATCH] Fix broken ref on custom-sota-client page Fixed broken ref. QA Steps: Checked rendered HTML, no issues. No issue tracking, minor fix. Signed-off-by: Katrina Prosise --- source/user-guide/custom-sota-client.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/user-guide/custom-sota-client.rst b/source/user-guide/custom-sota-client.rst index 2084eae7..947ca6e2 100644 --- a/source/user-guide/custom-sota-client.rst +++ b/source/user-guide/custom-sota-client.rst @@ -3,7 +3,7 @@ Customizing Over The Air Updates ================================ -By default, Secure Over The Air update (SOTA), operates as a daemon process (ref:`ref-aktualizr-lite`) which +By default, Secure Over The Air update (SOTA), operates as a daemon process (:ref:`ref-aktualizr-lite`) which periodically checks for updates. If an update is available, it will automatically download, and install it to a device that is following the update tag. @@ -99,4 +99,4 @@ In addition to the default daemon mode, users can run it as a CLI utility and pe * ``check`` - updates the device's TUF repo with the latest Factory's TUF metadata or with the TUF metadata specified in the offline update bundle, and checks if there is a newer than currently installed Target. * ``pull`` - pulls the delta between the currently installed and the specified one. * ``install`` - installs the previously pulled Target; yields an error if the specified Target has not been pulled before. -* ``run`` - finalizes the installed Target; confirms an update after reboot on a new rootfs version and/or starts the updated apps. \ No newline at end of file +* ``run`` - finalizes the installed Target; confirms an update after reboot on a new rootfs version and/or starts the updated apps.