Skip to content

Commit 8c2865e

Browse files
authored
fix(content/docs): Fix broken link (#3329)
Change broken link in documentation for Babel editors.
1 parent ddc3457 commit 8c2865e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/introducing-jsx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,4 +181,4 @@ We will explore rendering React elements to the DOM in the [next section](/docs/
181181

182182
>**Tip:**
183183
>
184-
>We recommend using the ["Babel" language definition](https://babeljs.io/docs/editors) for your editor of choice so that both ES6 and JSX code is properly highlighted.
184+
>We recommend using the ["Babel" language definition](https://babeljs.io/docs/en/next/editors) for your editor of choice so that both ES6 and JSX code is properly highlighted.

0 commit comments

Comments
 (0)