Skip to content

Commit

Permalink
fix: incorrect documentation link (aws-amplify#8148)
Browse files Browse the repository at this point in the history
  • Loading branch information
jhockett authored and marcvberg committed Oct 13, 2021
1 parent b3673b1 commit 4386f53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amplify-cli/src/display-banner-messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export async function displayBannerMessages(input: Input) {
await displayLayerMigrationMessage();
if (skipHooks()) {
printer.warn('Amplify command hooks are disabled in the current execution environment.');
printer.warn('See https://docs.amplify.aws/cli/usage/runtime-hooks for more information.');
printer.warn('See https://docs.amplify.aws/cli/usage/command-hooks/ for more information.');
}
}

Expand Down

0 comments on commit 4386f53

Please sign in to comment.