Skip to content

Commit

Permalink
Added exclude-resources-from-management redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
lrzhou25 authored Oct 16, 2023
1 parent 48b4c0e commit dc2b050
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -4088,6 +4088,10 @@ const redirects = [
from: ['/deploy-monitor/deploy-cli-tool/how-to-contribute'],
to: '/deploy-monitor/deploy-cli-tool',
},
{
from: ['/deploy-monitor/deploy-cli-tool/excluding-resources-from-management'],
to: '/deploy-monitor/deploy-cli-tool/exclude-resources-from-management',
},

/* Extensions */

Expand Down

0 comments on commit dc2b050

Please sign in to comment.