From 8dc24b6a98968f585af1bb5e6f8b7a1fcae0d7d4 Mon Sep 17 00:00:00 2001 From: ozaki <29860391+OzakIOne@users.noreply.github.com> Date: Thu, 23 Nov 2023 06:28:14 +0100 Subject: [PATCH] docs: broken link in release 3.0 page (#9573) fix: typo --- website/blog/releases/3.0/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/blog/releases/3.0/index.mdx b/website/blog/releases/3.0/index.mdx index 6d4413bf21..66b7043121 100644 --- a/website/blog/releases/3.0/index.mdx +++ b/website/blog/releases/3.0/index.mdx @@ -291,7 +291,7 @@ function Hello() { } ``` -In [#8982](https://github.com/facebook/docusaurus/pull/8982) and [#8870](https://github.com/facebook/docusaurus/pull/8870), we also added [magic comments](docs/markdown-features/code-blocks#custom-magic-comments) support for TeX-like, Haskell-like, and WebAssembly comment syntax. +In [#8982](https://github.com/facebook/docusaurus/pull/8982) and [#8870](https://github.com/facebook/docusaurus/pull/8870), we also added [magic comments](/docs/markdown-features/code-blocks#custom-magic-comments) support for TeX-like, Haskell-like, and WebAssembly comment syntax. ```haskell title="haskell.hs" stringLength :: String -> Int