From bc8e1986d45b90a878448c88f19fbaae3c6b5f1b Mon Sep 17 00:00:00 2001 From: tcope25 Date: Fri, 27 Dec 2019 16:38:39 -0600 Subject: [PATCH] Fix broken link (#2642) The site doesn't load so it's best to link to the updated Github repo. --- 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 1b059927..0ae2309f 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. >**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. This website uses the [Oceanic Next](https://labs.voronianski.com/oceanic-next-color-scheme/) color scheme which is compatible with it. +>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. This website uses the [Oceanic Next](https://github.com/voronianski/oceanic-next-color-scheme) color scheme which is compatible with it.