Skip to content

Commit 716ab3c

Browse files
authoredJul 8, 2024··
Fix link for MDX Analyzer
Closes GH-2509. Reviewed-by: Titus Wormer <tituswormer@gmail.com>
1 parent f1ca4b2 commit 716ab3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎docs/docs/getting-started.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ You can enhance the experience of using MDX by adding support of it to your
135135
editor:
136136

137137
* if you use **VS Code**,
138-
try [`mdx-js/vscode-mdx`][vscode-mdx]
138+
try [`mdx-js/mdx-analyzer`][mdx-analyzer]
139139
* if you use **Vim**,
140140
try [`jxnblk/vim-mdx-js`][vim-mdx-js]
141141
* if you use **Sublime Text**,
@@ -871,7 +871,7 @@ See its readme on how to configure it.
871871

872872
[vm2]: https://github.com/patriksimek/vm2
873873

874-
[vscode-mdx]: https://github.com/mdx-js/vscode-mdx
874+
[mdx-analyzer]: https://github.com/mdx-js/mdx-analyzer
875875

876876
[webpack]: https://webpack.js.org
877877

0 commit comments

Comments
 (0)
Please sign in to comment.