Skip to content

Commit

Permalink
Merge pull request #205 from woocommerce/24-09/fix-old-doc-link
Browse files Browse the repository at this point in the history
Fix old doc link
  • Loading branch information
zhongruige authored Sep 9, 2024
2 parents 91e04f6 + e40ab43 commit 282ab02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified qit
Binary file not shown.
2 changes: 1 addition & 1 deletion src/src/Commands/Partner/AddPartner.php
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ protected function execute( InputInterface $input, OutputInterface $output ): in
} catch ( \Exception $e ) {
$output->writeln( sprintf( '<error>Could not authenticate to %s using the provided username and QIT Token.</error>', get_wccom_url() ) );
$output->writeln( 'Having trouble pasting? You can also run this command with the --qit_token=<your-token-here>.' );
$output->writeln( 'More info: https://woocommerce.github.io/qit-documentation/#/authenticating' );
$output->writeln( 'More info: https://qit.woo.com/docs/support/authenticating' );
return Command::FAILURE;
}
$output->writeln( '<fg=green>Validated successfully.</>' );
Expand Down

0 comments on commit 282ab02

Please sign in to comment.