fix: use correct link (#23998)

> Related issue: #23942
# Checklist for submitter

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

<!-- Note that API documentation changes are now addressed by the
product design team. -->

- [x] Changes file added for user-visible changes in `changes/`,
`orbit/changes/` or `ee/fleetd-chrome/changes`.
See [Changes
files](https://github.com/fleetdm/fleet/blob/main/docs/Contributing/Committing-Changes.md#changes-files)
for more information.
- [x] Manual QA for all new/changed functionality
This commit is contained in:
Jahziel Villasana-Espinoza
2024-11-20 18:25:19 -05:00
committed by GitHub
parent 12a92f3407
commit 0683749d0b
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
- Updates a link in the Fleet-maintained apps UI to point to the correct place.
@@ -27,7 +27,7 @@ const EmptyFleetAppsTable = () => (
Can&apos;t find app?{" "}
<CustomLink
newTab
url="https://github.com/fleetdm/fleet/issues/new/choose"
url="https://fleetdm.com/feature-request"
text="File an issue on GitHub"
/>
</>