Skip to content

Commit 98d5f72

Browse files
kb2mabasejump-app
authored andcommitted
docs: Fix obsolete link to application update locking documentation
Change-type: patch Signed-off-by: Ken Bannister <kb2ma@runbox.com>
1 parent baa1b6f commit 98d5f72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Host OS update scripts (`safe_reboot` in `hostapp-update`) check for an exclusiv
143143

144144
This is independent from the application update lock mechanism managed by the Supervisor. The Supervisor uses a lockfile (file existence) to prevent application updates, while the host OS uses `flock()` to prevent reboots during OS updates.
145145

146-
During critical operations, both mechanisms should be used together for full protection. For details on the application update lock and how to combine both, see the [Supervisor update locking documentation](https://github.com/balena-os/balena-supervisor/blob/master/docs/update-locking.md).
146+
During critical operations, both mechanisms should be used together for full protection. For details on the application update lock and how to combine both, see the online [update locking documentation](https://docs.balena.io/learn/deploy/release-strategy/update-locking).
147147

148148
#### Creating the flock
149149

0 commit comments

Comments
 (0)