From b962fe1383dfe34b35c9f757dac80e6cc30bff9a Mon Sep 17 00:00:00 2001 From: AbdulTech Date: Mon, 1 Jan 2024 12:18:30 +0100 Subject: [PATCH] chore: updated cli docs url --- packages/compiler/react/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/compiler/react/utils.ts b/packages/compiler/react/utils.ts index f858d89b2a..1bb34c319b 100644 --- a/packages/compiler/react/utils.ts +++ b/packages/compiler/react/utils.ts @@ -145,7 +145,7 @@ export const warn = ( err.message, '\n', styleCommentMessage( - `Check out the Rules of Blocks: https://million.dev/docs/rules. Enable the "mute" option to disable this message.`, + `Check out the Rules of Blocks: https://million.dev/docs/manual-mode/block#rules-of-blocks. Enable the "mute" option to disable this message.`, ), '\n', );