From 95284cb9273e1f7a23ae78040aa084b68bfe4f2b Mon Sep 17 00:00:00 2001 From: ta6ish Date: Mon, 16 Mar 2020 13:28:45 +0500 Subject: [PATCH] Fix broken links --- docusaurus/docs/supported-browsers-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus/docs/supported-browsers-features.md b/docusaurus/docs/supported-browsers-features.md index 6a7123de5be..c42ed245f60 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](adding-flow.md) and [TypeScript](adding-typescript.md). Learn more about [different proposal stages](https://tc39.github.io/process-document/).