Skip to content

Commit 2121b71

Browse files
committed
fix bad path
1 parent 0b3be15 commit 2121b71

File tree

1 file changed

+3
-3
lines changed
  • website/blog/2023-09-29-preparing-your-site-for-docusaurus-v3

1 file changed

+3
-3
lines changed

website/blog/2023-09-29-preparing-your-site-for-docusaurus-v3/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ MDX v3 is much better, but also comes with changes that probably require you to
4949

5050
Upgrading MDX comes with all the breaking changes documented on the [MDX v2](https://mdxjs.com/blog/v2/) and [MDX v3](https://mdxjs.com/blog/v3/) release blog posts. Most breaking changes come from MDX v2. The [MDX v2 migration guide](https://mdxjs.com/migrating/v2/) has a section on how to [update MDX files](https://mdxjs.com/migrating/v2/#update-mdx-files) that will be particularly relevant to us. Also make sure to read the [Troubleshooting MDX](https://mdxjs.com/docs/troubleshooting-mdx/) page that can help you interpret common MDX error messages.
5151

52-
Make sure to also read our updated [**MDX and React**](/docs/3.0.0-rc.1/markdown-features/react) documentation page.
52+
Make sure to also read our updated [**MDX and React**](/docs/3.0.0/markdown-features/react) documentation page.
5353

5454
:::tip Ask for help
5555

@@ -214,14 +214,14 @@ http://localhost:3000
214214

215215
#### Lower-case MDXComponent mapping
216216

217-
For users providing a [custom `MDXComponent`mapping](/docs/3.0.0-rc.1/markdown-features/react#mdx-component-scope), components are now "sandboxed":
217+
For users providing a [custom `MDXComponent`mapping](/docs/3.0.0/markdown-features/react#mdx-component-scope), components are now "sandboxed":
218218

219219
- a `MDXComponent` mapping for `h1` only gets used for `# hi` but not for `<h1>hi</h1>`
220220
- a **lower-cased** custom element name will not be substituted by its respective `MDXComponent` component anymore
221221

222222
:::danger visual difference
223223

224-
Your [`MDXComponent` component mapping](/docs/3.0.0-rc.1/markdown-features/react#mdx-component-scope) might not be applied as before, and your custom components might no longer be used.
224+
Your [`MDXComponent` component mapping](/docs/3.0.0/markdown-features/react#mdx-component-scope) might not be applied as before, and your custom components might no longer be used.
225225

226226
:::
227227

0 commit comments

Comments
 (0)