update copy and link to vulns processing article (#32123)

> Closes #32037

# Checklist for submitter

If some of the following don't apply, delete the relevant line.

## Testing

- [x] QA'd all new/changed functionality manually
This commit is contained in:
Jahziel Villasana-Espinoza 2025-08-20 12:56:02 -04:00 committed by GitHub
parent 32fb86c285
commit bbcf4c5142
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -39,8 +39,8 @@ const NoVulnsDetected = ({ itemName }: INoVulnsDetectedProps): JSX.Element => {
<>
Expecting to see vulnerabilities?{" "}
<CustomLink
url={GITHUB_NEW_ISSUE_LINK}
text="File an issue on GitHub"
url={"https://fleetdm.com/guides/vulnerability-processing#coverage"}
text="What Fleet covers"
newTab
/>
</>