Skip to content

Commit

Permalink
Updated using-as-node-module to use-as-node-module
Browse files Browse the repository at this point in the history
  • Loading branch information
lrzhou25 committed Oct 16, 2023
1 parent 62fb0ed commit 202a298
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/redirects.js
Original file line number Diff line number Diff line change
Expand Up @@ -4050,8 +4050,9 @@ const redirects = [
to: '/deploy-monitor/deploy-cli-tool/configuring-the-deploy-cli',
},
{
from: ['/deploy-monitor/deploy-cli-tool/call-deploy-cli-tool-programmatically'],
to: '/deploy-monitor/deploy-cli-tool/using-as-a-node-module',
from: ['/deploy-monitor/deploy-cli-tool/call-deploy-cli-tool-programmatically',
'/deploy-monitor/deploy-cli-tool/using-as-a-node-module',],
to: '/deploy-monitor/deploy-cli-tool/use-as-a-node-module',
},
{
from: ['/deploy-monitor/deploy-cli-tool/incorporate-deploy-cli-into-build-environment'],
Expand Down

0 comments on commit 202a298

Please sign in to comment.