summaryrefslogtreecommitdiffstats
path: root/webapp/components/integrations/components/add_command.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/components/integrations/components/add_command.jsx')
-rw-r--r--webapp/components/integrations/components/add_command.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/integrations/components/add_command.jsx b/webapp/components/integrations/components/add_command.jsx
index e01358aa7..6ca1cf100 100644
--- a/webapp/components/integrations/components/add_command.jsx
+++ b/webapp/components/integrations/components/add_command.jsx
@@ -166,7 +166,7 @@ export default class AddCommand extends React.Component {
AsyncClient.addCommand(
command,
(data) => {
- browserHistory.push('/' + this.props.team.name + '/integrations/confirm?type=commands&id=' + data.id);
+ browserHistory.push('/' + this.props.team.name + '/integrations/commands/confirm?type=commands&id=' + data.id);
},
(err) => {
this.setState({