Skip to content

Commit

Permalink
Update routes.js (#22421)
Browse files Browse the repository at this point in the history
Add redirect for fleetctl docs
  • Loading branch information
rachaelshaw authored Sep 26, 2024
1 parent 3ca1f5b commit 8ab34e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/config/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -575,7 +575,8 @@ module.exports.routes = {
'GET /learn-more-about/exe-install-scripts': '/guides/exe-install-scripts',
'GET /learn-more-about/install-scripts': '/guides/deploy-software-packages#install-script',
'GET /learn-more-about/uninstall-scripts': '/guides/deploy-software-packages#uninstall-script',
'GET /learn-more-about/read-package-version': '/guides/deploy-software-packages##add-a-software-package-to-a-team',
'GET /learn-more-about/read-package-version': '/guides/deploy-software-packages#add-a-software-package-to-a-team',
'GET /learn-more-about/fleetctl': '/guides/fleetctl',


// Sitemap
Expand Down

0 comments on commit 8ab34e9

Please sign in to comment.