From 564dbc705f709029e0092967e3c31b8f2f75de43 Mon Sep 17 00:00:00 2001 From: Alexander Kuznetsov Date: Sun, 10 Feb 2019 18:28:06 +0300 Subject: [PATCH 1/2] Descriptive link text for accessibility (#1659) --- content/docs/components-and-props.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/components-and-props.md b/content/docs/components-and-props.md index 47daaedf9..4b3bbb6e6 100644 --- a/content/docs/components-and-props.md +++ b/content/docs/components-and-props.md @@ -89,7 +89,7 @@ Let's recap what happens in this example: > >React treats components starting with lowercase letters as DOM tags. For example, `
` represents an HTML div tag, but `` represents a component and requires `Welcome` to be in scope. > ->You can read more about the reasoning behind this convention [here.](/docs/jsx-in-depth.html#user-defined-components-must-be-capitalized) +>To learn more about the reasoning behind this convention, please read [JSX In Depth](/docs/jsx-in-depth.html#user-defined-components-must-be-capitalized). ## Composing Components {#composing-components} From 6dea652a709af39e90a88be45f0f45849ab29d17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Gomes?= <38530342+JulioGsn@users.noreply.github.com> Date: Sun, 10 Feb 2019 13:53:46 -0200 Subject: [PATCH 2/2] Fixed broken link in readme.md file (#1661) * Fixed broken link on readme.md file * Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b8203644..ed0651b9f 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ The documentation is divided into several sections with a different tone and pur ## Translation -If you are interesting in translating `reactjs.org`, please see the current translation efforts at [isreactreadyyet.com](https://www.isreactreadyyet.com). +If you are interesting in translating `reactjs.org`, please see the current translation efforts at [isreacttranslatedyet.com](https://www.isreacttranslatedyet.com/). If your language does not have a translation and you would like to create one, please follow the instructions at [reactjs.org Translations](https://github.com/reactjs/reactjs.org-translation#translating-reactjsorg).