Skip to content

Commit 5360692

Browse files
committed
Update
1 parent fbd698c commit 5360692

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You can set automatic upgrades to the following options:
3636
- `"security"`: automatic upgrades for only packages containing `"security"` in their codename (for example `bookworm-security`)
3737
- `""`: disable automatic upgrades
3838

39-
For complete reference information, see [viam-agent](/manage/reference/viam-agent/#system_configuration).
39+
For complete reference information, see [viam-agent](/manage/reference/viam-agent/#system-configuration).
4040

4141
## Configure networks
4242

@@ -82,7 +82,7 @@ By default, the maximum disk space `journald` will use for `viam-server` logs is
8282

8383
To adjust these settings update the `"agent"` value in the machine's JSON configuration.
8484

85-
For complete reference information, see [viam-agent](/manage/reference/viam-agent/#system_configuration) and the [`journald` docs](https://www.freedesktop.org/software/systemd/man/latest/journald.conf.html#SystemMaxUse=).
85+
For complete reference information, see [viam-agent](/manage/reference/viam-agent/#system-configuration) and the [`journald` docs](https://www.freedesktop.org/software/systemd/man/latest/journald.conf.html#SystemMaxUse=).
8686

8787
### Set the maximum disk space
8888

Diff for: docs/manage/reference/viam-agent/_index.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ aliases:
1414

1515
The [`viam-agent`](https://github.com/viamrobotics/agent) is a self-updating service manager that maintains the lifecycle for itself and `viam-server`.
1616

17-
- [`system_configuration`](#system_configuration):
18-
1917
Among other things, `viam-agent`:
2018

2119
- Installs, runs, and monitors `viam-server` or a custom build of `viam-server`.
@@ -97,8 +95,8 @@ Edit and fill in the attributes as applicable.
9795
{
9896
"agent": {
9997
"version_control": {
100-
"agent": "stable",
101-
"viam-server": "0.52.1"
98+
"agent": "stable",
99+
"viam-server": "0.52.1"
102100
},
103101
"advanced_settings": {
104102
"debug": false,
@@ -150,8 +148,8 @@ Edit and fill in the attributes as applicable.
150148
{
151149
"agent": {
152150
"version_control": {
153-
"agent": "stable",
154-
"viam-server": "0.52.1"
151+
"agent": "stable",
152+
"viam-server": "0.52.1"
155153
},
156154
"advanced_settings": {
157155
"debug": false,

0 commit comments

Comments
 (0)