diff --git a/docs/Configuration/yaml-files.md b/docs/Configuration/yaml-files.md index 9cedaa62d1d1..2d4d9ee0d823 100644 --- a/docs/Configuration/yaml-files.md +++ b/docs/Configuration/yaml-files.md @@ -315,7 +315,7 @@ software: - `url` specifies the URL at which the software is located. Fleet will download the software and upload it to S3 (default: `""`). - `install_script.path` specifies the command Fleet will run on hosts to install software. The [default script](https://github.com/fleetdm/fleet/tree/main/pkg/file/scripts) is dependent on the software type (i.e. .pkg). -- `pre_install_query.path` is the osquery query Fleet runs before installing the software. Software will be installed only if the [query returns results](https://fleetdm.com/tables/account_policy_data) (default: `""`). +- `pre_install_query.path` is the osquery query Fleet runs before installing the software. Software will be installed only if the [query returns results](https://fleetdm.com/tables) (default: `""`). - `post_install_script.path` is the script Fleet will run on hosts after installing software (default: `""`). - `self_service` specifies whether or not end users can install from **Fleet Desktop > Self-service**.