mirror of
https://github.com/fleetdm/fleet
synced 2026-05-23 08:58:41 +00:00
Update policies page with link to docs
This commit is contained in:
parent
b42d213689
commit
1156dc679a
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ import RemovePoliciesModal from "./components/RemovePoliciesModal";
|
|||
const baseClass = "manage-policies-page";
|
||||
|
||||
const DOCS_LINK =
|
||||
"https://github.com/fleetdm/fleet/blob/fleet-v4.3.0/docs/2-Deploying/2-Configuration.md#osquery_detail_update_interval";
|
||||
"https://fleetdm.com/docs/deploying/configuration#osquery_detail_update_interval";
|
||||
interface IRootState {
|
||||
app: {
|
||||
config: IConfig;
|
||||
|
|
|
|||
Loading…
Reference in a new issue