diff --git a/docusaurus/docs/supported-browsers-features.md b/docusaurus/docs/supported-browsers-features.md index db416117723..905800c70f3 100644 --- a/docusaurus/docs/supported-browsers-features.md +++ b/docusaurus/docs/supported-browsers-features.md @@ -17,7 +17,7 @@ This project supports a superset of the latest JavaScript standard. In addition - [Object Rest/Spread Properties](https://github.com/tc39/proposal-object-rest-spread) (ES2018). - [Dynamic import()](https://github.com/tc39/proposal-dynamic-import) (stage 4 proposal) - [Class Fields and Static Properties](https://github.com/tc39/proposal-class-public-fields) (part of stage 3 proposal). -- [JSX](https://facebook.github.io/react/docs/introducing-jsx.html), [Flow](./adding-flow) and [TypeScript](./adding-typescript). +- [JSX](https://facebook.github.io/react/docs/introducing-jsx.html), [Flow](https://create-react-app.dev/docs/adding-flow/) and [TypeScript](https://create-react-app.dev/docs/adding-typescript/). Learn more about [different proposal stages](https://tc39.github.io/process-document/).