Skip to content

Commit

Permalink
fixed the link that redirects to an invalid url
Browse files Browse the repository at this point in the history
  • Loading branch information
Drex72 committed Jan 4, 2024
1 parent 18e4db8 commit c71b773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compiler/react/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const warn = (
err.message,
'\n',
styleCommentMessage(
`Check out the Rules of Blocks: https://million.dev/docs/manual-mode/block#rules-of-blocks. Enable the "mute" option to disable this message.`,
`Check out the Rules of Blocks: https://million.dev/docs/manual-mode/block#breaking-rules-of-blocks. Enable the "mute" option to disable this message.`,
),
'\n',
);
Expand Down

0 comments on commit c71b773

Please sign in to comment.