Skip to content

Commit

Permalink
Website: Add redirect for linking to policy templates from the Fleet …
Browse files Browse the repository at this point in the history
…UI (#26321)

For #26052
  • Loading branch information
rachaelshaw authored Feb 13, 2025
1 parent d0a0bc9 commit 1c644ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/config/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,7 @@ module.exports.routes = {
'GET /contribute-to/policies': 'https://github.com/fleetdm/fleet/edit/main/docs/01-Using-Fleet/standard-query-library/standard-query-library.yml',
'GET /learn-more-about/end-user-license-agreement': '/guides/macos-setup-experience#end-user-authentication-and-end-user-license-agreement-eula',
'GET /learn-more-about/end-user-authentication': '/guides/macos-setup-experience#end-user-authentication-and-end-user-license-agreement-eula',
'GET /learn-more-about/policy-templates': '/policies',

// Sitemap
// =============================================================================================================
Expand Down

0 comments on commit 1c644ca

Please sign in to comment.