From 908ff45706b9f50b7a6c531c87eb52314727b541 Mon Sep 17 00:00:00 2001 From: Nguyen Long Nhat <27698189+torn4dom4n@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:12:45 +0700 Subject: [PATCH] Fix `mdx-embed` link in docs Closes GH-2409. Reviewed-by: Titus Wormer --- docs/guides/embed.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/embed.mdx b/docs/guides/embed.mdx index c440ca7a4..fe00b8719 100644 --- a/docs/guides/embed.mdx +++ b/docs/guides/embed.mdx @@ -133,6 +133,6 @@ import Example from './example.mdx' // Assumes an integration is used to compile [remark-embedder]: https://github.com/remark-embedder/core -[mdx-embed]: https://www.mdx-embed.com/ +[mdx-embed]: https://mdx-embed.netlify.app/ [mdx-react]: /packages/react/