Skip to content

Commit

Permalink
Fix broken ref on custom-sota-client page
Browse files Browse the repository at this point in the history
Fixed broken ref.

QA Steps: Checked rendered HTML, no issues.

No issue tracking, minor fix.

Signed-off-by: Katrina Prosise <[email protected]>
  • Loading branch information
kprosise committed May 8, 2024
1 parent 45b6189 commit 17fa60e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/user-guide/custom-sota-client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.
* ``run`` - finalizes the installed Target; confirms an update after reboot on a new rootfs version and/or starts the updated apps.

0 comments on commit 17fa60e

Please sign in to comment.