Skip to content

Commit 8d58bce

Browse files
authored
Add missing redirect for policies modal empty state (#23030)
Follow-up from #12292
1 parent 050e771 commit 8d58bce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/config/routes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ module.exports.routes = {
583583
'GET /feature-request': 'https://github.com/fleetdm/fleet/issues/new?assignees=&labels=~feature+fest%2C%3Aproduct&projects=&template=feature-request.md&title=',
584584
'GET /learn-more-about/policy-automation-run-script': '/guides/policy-automation-run-script',
585585
'GET /learn-more-about/installing-fleetctl': '/guides/fleetctl#installing-fleetctl',
586+
'GET /contribute-to/policies': 'https://github.com/fleetdm/fleet/edit/main/docs/01-Using-Fleet/standard-query-library/standard-query-library.yml',
586587

587588
// Sitemap
588589
// =============================================================================================================

0 commit comments

Comments
 (0)