From 8c2865e3abce4c4ed37c3a4ef355167f394aa244 Mon Sep 17 00:00:00 2001 From: Ezio Tedeschi Date: Wed, 14 Oct 2020 11:46:12 +0200 Subject: [PATCH] fix(content/docs): Fix broken link (#3329) Change broken link in documentation for Babel editors. --- content/docs/introducing-jsx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/introducing-jsx.md b/content/docs/introducing-jsx.md index 70538e44..535f18b5 100644 --- a/content/docs/introducing-jsx.md +++ b/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.