mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 00:49:03 +00:00
fix hash link to FAQ on policy response (#7859)
This commit is contained in:
parent
639b85e47b
commit
8a8caa8a84
2 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@
|
|||
- [How do I automatically add hosts to packs when the hosts enroll to Fleet?](#how-do-i-automatically-add-hosts-to-packs-when-the-hosts-enroll-to-Fleet)
|
||||
- [How do I automatically assign a host to a team when it enrolls with Fleet?](#how-do-i-automatically-assign-a-host-to-a-team-when-it-enrolls-with-fleet)
|
||||
- [How do I resolve an "unknown column" error when upgrading Fleet?](#how-do-i-resolve-an-unknown-column-error-when-upgrading-fleet)
|
||||
- [Why my host is not updating a policy's response.](#why-my-host-is-not-updating-a-policys-response)
|
||||
- [Why is my host not updating a policy's response.](#why-is-my-host-not-updating-a-policys-response)
|
||||
- [What should I do if my computer is showing up as an offline host?](#what-should-i-do-if-my-computer-is-showing-up-as-an-offline-host)
|
||||
- [How does Fleet deal with IP duplication?](#how-does-fleet-deal-with-ip-duplication)
|
||||
- [Can Orbit run alongside osquery?](#can-orbit-run-alongside-osquery)
|
||||
|
|
|
|||
|
|
@ -70,7 +70,7 @@ const Policies = ({
|
|||
This host is not updating the response for some policies. Check
|
||||
out the Fleet documentation on
|
||||
<a
|
||||
href="https://fleetdm.com/docs/using-fleet/faq#why-my-host-is-not-updating-a-policys-response"
|
||||
href="https://fleetdm.com/docs/using-fleet/faq#why-is-my-host-not-updating-a-policys-response"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue