From 5beee0a227ef9f74a23c62960cccae729be4db4b Mon Sep 17 00:00:00 2001 From: Andrew Brennan <20241062+andrewbrennanfr@users.noreply.github.com> Date: Fri, 25 Nov 2022 20:38:14 +0100 Subject: [PATCH] fix: Use relative LICENSE-DOCS path in README (#5294) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6387cdac..0b91c9aa 100644 --- a/README.md +++ b/README.md @@ -67,4 +67,4 @@ If your language does not have a translation and you would like to create one, p - `yarn reset` to clear the local cache ## License -Content submitted to [reactjs.org](https://reactjs.org/) is CC-BY-4.0 licensed, as found in the [LICENSE-DOCS.md](https://github.com/open-source-explorer/reactjs.org/blob/master/LICENSE-DOCS.md) file. +Content submitted to [reactjs.org](https://reactjs.org/) is CC-BY-4.0 licensed, as found in the [LICENSE-DOCS.md](LICENSE-DOCS.md) file.