Skip to content

Commit d2154fd

Browse files
committed
Update links
1 parent 57a47db commit d2154fd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: docs/manage/fleet/provision/end-user-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Note that any features that require internet access will not function if the con
139139

140140
You can now use your machine.
141141

142-
If your machine needs to be able to connect to more than one WiFi network, you can add additional networks in the [`viam-agent` network configuration](/manage/reference/viam-agent/#networks).
142+
If your machine needs to be able to connect to more than one WiFi network, you can add additional networks in the [`viam-agent` network configuration](/manage/reference/viam-agent/#network_configuration).
143143
You can also override other configuration details in the [`viam-agent` configuration](/manage/reference/viam-agent/#configuration).
144144

145145
To control your machine, you can navigate to its **CONTROL** tab in the [Viam app](https://app.viam.com).

Diff for: docs/manage/fleet/provision/setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ It also configures timeouts to control how long `viam-agent` waits for a valid l
233233
| `offline_before_starting_hotspot_minutes` | integer | Optional | Will only enter provisioning mode (hotspot) after being disconnected longer than this time. Useful on flaky connections, or when part of a system where the device may start quickly, but the wifi/router may take longer to be available. Default: `2` (2 minutes). |
234234
| `user_idle_minutes` | integer | Optional | Amount of time before considering a user (using the captive web portal or provisioning app) idle, and resuming normal behavior. Used to avoid interrupting provisioning mode (for example for network tests/retries) when a user might be busy entering details. Default: `5` (5 minutes). |
235235
| `retry_connection_timeout_minutes` | integer | Optional | Provisioning mode will exit after this time, to allow other unmanaged (for example wired) or manually configured connections to be tried. Provisioning mode will restart if the connection/online status doesn't change. Default: `10` (10 minutes). |
236-
| `networks` | array | Optional | Add additional networks the machine can connect to for provisioning. We recommend that you add WiFi settings in the operating system (for example, directly in NetworkManager) rather than in this file, or in the corresponding machine config in the Viam app, if networks aren't needed until after initial provisioning. See [Networks](/manage/reference/viam-agent/#networks). Default: `[]`. |
236+
| `networks` | array | Optional | Add additional networks the machine can connect to for provisioning. We recommend that you add WiFi settings in the operating system (for example, directly in NetworkManager) rather than in this file, or in the corresponding machine config in the Viam app, if networks aren't needed until after initial provisioning. See [Networks](/manage/reference/viam-agent/#network_configuration). Default: `[]`. |
237237
| `wifi_power_save` | boolean | Optional | If set, will explicitly enable or disable power save for all WiFi connections managed by NetworkManager. |
238238
| `device_reboot_after_offline_minutes` | integer | Optional | If set, `viam-agent` will reboot the device after it has been offline for the specified duration. Default: `0` (disabled). |
239239

Diff for: docs/manage/fleet/system-settings.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ If the `fallbackNetOne` is not available or the machine can connect but internet
7474
}
7575
```
7676

77-
For complete reference information, see [viam-agent](/manage/reference/viam-agent/#networks).
77+
For complete reference information, see [viam-agent](/manage/reference/viam-agent/#network_configuration).
7878

7979
## Configure operating system logging
8080

0 commit comments

Comments
 (0)