Skip to content

Commit 8097b80

Browse files
patch: Fix broken link for Container Requirements
1 parent 831d78b commit 8097b80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/learn/manage/device-statuses.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ __Note:__ Data for these states will only get populated for devices with [superv
4848
| **Downloading** | The supervisor is downloading one or more container images associated with the target release |
4949
| **Downloaded** | All container images in the target release have been downloaded. **Note:** If the device holds an update lock, it will stop in this state until the lock is released (depending on the [update strategy](https://docs.balena.io/learn/deploy/release-strategy/update-strategies/#controlling-the-update-strategy)). |
5050
| **Applying Changes** | The supervisor is performing actions to install the new release, i.e. killing old containers and making volumes/network/container changes. |
51-
| **Rejected** | The target release has required services that do not meet the [necessary requirements](https://docs.balena.io/learn/develop/container-contracts/#container-contracts) to run. |
51+
| **Rejected** | The target release has required services that do not meet the [necessary requirements](https://docs.balena.io/learn/develop/multicontainer/#container-requirements) to run. |
5252
| **Aborted** | The supervisor has given up on trying to install a new release. There are currently no conditions under which the supervisor returns this state, but future work could allow the supervisor to abort an update, for instance, after a number of failed download tries. |
5353

5454
## Update Status Duration
@@ -72,4 +72,4 @@ If you find your device to be displaying a status which is unclear even with the
7272
[fleet type]:/learn/accounts/fleet-types
7373
[debugging-masterclass]:/learn/more/masterclasses/device-debugging
7474
[cloudlink]:/learn/welcome/security/#cloudlink
75-
[bandwidth-reduction]:/reference/supervisor/bandwidth-reduction/#side-effects--warnings
75+
[bandwidth-reduction]:/reference/supervisor/bandwidth-reduction/#side-effects--warnings

0 commit comments

Comments
 (0)