From 831e478f467fed6e5dac56932163bebbb72f7be8 Mon Sep 17 00:00:00 2001 From: Kyle Gill Date: Fri, 31 Jan 2020 09:39:02 -0700 Subject: [PATCH] correct broken markdown link (#21096) --- docs/blog/100days/mdx/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/blog/100days/mdx/index.md b/docs/blog/100days/mdx/index.md index c7fd3cfb36838..fdae529e6d6df 100644 --- a/docs/blog/100days/mdx/index.md +++ b/docs/blog/100days/mdx/index.md @@ -24,7 +24,7 @@ Today we invite you to use MDX, a new format that lets you add components in you Use [Gatsby’s MDX tutorial](/docs/mdx/) and substitute the example “chart component” with the [“form component” you created](/blog/100days/react-component/) in a previous challenge. -Bonus: Learn about an advanced [MDX feature, “shortcodes”(https://mdxjs.com/blog/shortcodes)]. Then enable an example of this feature by using a Gatsby plugin from the community, [gatsby-mdx-embed](/packages/@pauliescanlon/gatsby-mdx-embed/). +Bonus: Learn about an advanced [MDX feature, “shortcodes”](https://mdxjs.com/blog/shortcodes). Then enable an example of this feature by using a Gatsby plugin from the community, [gatsby-mdx-embed](/packages/@pauliescanlon/gatsby-mdx-embed/). ### What to Do If You Need Help