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:
@@ -0,0 +1 @@
|
||||
- Updates a link in the Fleet-maintained apps UI to point to the correct place.
|
||||
+1
-1
@@ -27,7 +27,7 @@ const EmptyFleetAppsTable = () => (
|
||||
Can'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"
|
||||
/>
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user