mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Fleet UI: Fix agent options link (#14403)
This commit is contained in:
parent
138d66cfcb
commit
bcb70fad41
2 changed files with 2 additions and 2 deletions
|
|
@ -74,7 +74,7 @@ const Agents = ({
|
|||
Agent options configure the osquery agent. When you update agent
|
||||
options, they will be applied the next time a host checks in to Fleet.{" "}
|
||||
<CustomLink
|
||||
url="https://fleetdm.com/docs/using-fleet/fleet-ui#configuring-agent-options"
|
||||
url="https://fleetdm.com/docs/configuration/agent-configuration"
|
||||
text="Learn more about agent options"
|
||||
newTab
|
||||
multiline
|
||||
|
|
|
|||
|
|
@ -156,7 +156,7 @@ const AgentOptionsPage = ({
|
|||
options, they will be applied the next time a host checks in to Fleet.
|
||||
<br />
|
||||
<CustomLink
|
||||
url="https://fleetdm.com/docs/using-fleet/fleet-ui#configuring-agent-options"
|
||||
url="https://fleetdm.com/docs/configuration/configuration-files#team-agent-options"
|
||||
text="Learn more about agent options"
|
||||
newTab
|
||||
multiline
|
||||
|
|
|
|||
Loading…
Reference in a new issue