From d122cf194ec495352f9790c023493dde2a29e60c Mon Sep 17 00:00:00 2001 From: Karl Horky Date: Mon, 8 Jul 2024 12:41:43 +0200 Subject: [PATCH] Fix link for MDX Analyzer Signed-off-by: Karl Horky --- docs/docs/getting-started.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/getting-started.mdx b/docs/docs/getting-started.mdx index 39f36b379..fb498fe69 100644 --- a/docs/docs/getting-started.mdx +++ b/docs/docs/getting-started.mdx @@ -135,7 +135,7 @@ You can enhance the experience of using MDX by adding support of it to your editor: * if you use **VS Code**, - try [`mdx-js/vscode-mdx`][vscode-mdx] + try [`mdx-js/mdx-analyzer`][mdx-analyzer] * if you use **Vim**, try [`jxnblk/vim-mdx-js`][vim-mdx-js] * if you use **Sublime Text**, @@ -871,7 +871,7 @@ See its readme on how to configure it. [vm2]: https://github.com/patriksimek/vm2 -[vscode-mdx]: https://github.com/mdx-js/vscode-mdx +[mdx-analyzer]: https://github.com/mdx-js/mdx-analyzer [webpack]: https://webpack.js.org