Browse Source

fix broken link to babel repl on jsx-compiler page (#2349)

main
Joe Del 5 years ago
committed by GitHub
parent
commit
1695e26dc8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/pages/jsx-compiler.html.js

2
src/pages/jsx-compiler.html.js

@ -30,7 +30,7 @@ const JsxCompiler = ({location}: Props) => (
</p>
<p>
We recommend using another tool such as{' '}
<a href="https://babeljs.io/repl/">the Babel REPL</a>.
<a href="https://babeljs.io/repl">the Babel REPL</a>.
</p>
</div>
</div>

Loading…
Cancel
Save