From fd51384cab565bf32c3965f2aca1854b8d79248f Mon Sep 17 00:00:00 2001 From: pedenys Date: Thu, 13 Mar 2025 10:53:45 +0100 Subject: [PATCH] docs: update external link to MDX reference (#10981) Update markdown-features-code-blocks.mdx Update external link to MDX reference --- .../guides/markdown-features/markdown-features-code-blocks.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx b/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx index 6b8c896fb9..da7e5d0205 100644 --- a/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx +++ b/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx @@ -39,7 +39,7 @@ function HelloCodeTitle(props) { ## Syntax highlighting {#syntax-highlighting} -Code blocks are text blocks wrapped around by strings of 3 backticks. You may check out [this reference](https://github.com/mdx-js/specification) for the specifications of MDX. +Code blocks are text blocks wrapped around by strings of 3 backticks. You may check out [this reference](https://mdxjs.com/docs/) for the specifications of MDX. ````md ```js