Browse Source

fix(content/docs): Fix broken link (#3329)

Change broken link in documentation for Babel editors.
main
Ezio Tedeschi 4 years ago
committed by GitHub
parent
commit
8c2865e3ab
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/introducing-jsx.md

2
content/docs/introducing-jsx.md

@ -181,4 +181,4 @@ We will explore rendering React elements to the DOM in the [next section](/docs/
>**Tip:**
>
>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.
>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.

Loading…
Cancel
Save