Skip to content

Commit

Permalink
feat: update status page link (#3381)
Browse files Browse the repository at this point in the history
  • Loading branch information
hassy authored Oct 18, 2024
1 parent f8fca4e commit 6d31f8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/artillery/lib/cmds/run-fargate.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class RunCommand extends Command {
console.error(
'Error: something went wrong connecting to Artillery Cloud'
);
console.error('Check https://x.com/artilleryio for status updates');
console.error('Check https://status.artillery.io for status updates');
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/artillery/lib/cmds/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ RunCommand.runCommandImplementation = async function (flags, argv, args) {
console.error(
'Error: something went wrong connecting to Artillery Cloud'
);
console.error('Check https://x.com/artilleryio for status updates');
console.error('Check https://status.artillery.io for status updates');
}
}
}
Expand Down

0 comments on commit 6d31f8a

Please sign in to comment.